Distributed Cloud Edge Container V1 API - Module Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::SharedDeploymentPolicy (v0.1.1)

Reference documentation and code samples for the Distributed Cloud Edge Container V1 API module Google::Cloud::EdgeContainer::V1::Cluster::ControlPlane::SharedDeploymentPolicy.

Represents the policy configuration about how user applications are deployed.

Constants

SHARED_DEPLOYMENT_POLICY_UNSPECIFIED

value: 0
Unspecified.

ALLOWED

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

DISALLOWED

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