Cluster Control Plane Local
data class ClusterControlPlaneLocal(val machineFilter: String? = null, val nodeCount: Int? = null, val nodeLocation: String? = null, val sharedDeploymentPolicy: String? = null)
Properties
Link copied to clipboard
Only machines matching this filter will be allowed to host control plane nodes. The filtering language accepts strings like "name=
Link copied to clipboard
Name of the Google Distributed Cloud Edge zones where this node pool will be created. For example: us-central1-edge-customer-a
.
Link copied to clipboard
Policy configuration about how user applications are deployed. Possible values are: SHARED_DEPLOYMENT_POLICY_UNSPECIFIED
, ALLOWED
, DISALLOWED
.