controlPlane property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Deprecated: use management
instead Enables automatic control plane
management.
Possible string values are:
- "CONTROL_PLANE_MANAGEMENT_UNSPECIFIED" : Unspecified
- "AUTOMATIC" : Google should provision a control plane revision and make it available in the cluster. Google will enroll this revision in a release channel and keep it up to date. The control plane revision may be a managed service, or a managed install.
- "MANUAL" : User will manually configure the control plane (e.g. via CLI, or via the ControlPlaneRevision KRM API)
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? controlPlane;