Module: Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::SharedDeploymentPolicy

Defined in:
proto_docs/google/cloud/edgecontainer/v1/resources.rb

Overview

Represents the policy configuration about how user applications are deployed.

Constant Summary collapse

SHARED_DEPLOYMENT_POLICY_UNSPECIFIED =

Unspecified.

0
ALLOWED =

User applications can be deployed both on control plane and worker nodes.

1
DISALLOWED =

User applications can not be deployed on control plane nodes and can only be deployed on worker nodes.

2