Cluster Control Plane Local Args
data class ClusterControlPlaneLocalArgs(val machineFilter: Output<String>? = null, val nodeCount: Output<Int>? = null, val nodeLocation: Output<String>? = null, val sharedDeploymentPolicy: Output<String>? = null) : ConvertibleToJava<ClusterControlPlaneLocalArgs>
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
.