management property
Enables automatic Service Mesh management.
Optional. Possible string values are:
- "MANAGEMENT_UNSPECIFIED" : Unspecified
- "MANAGEMENT_AUTOMATIC" : Google should manage my Service Mesh for the cluster.
- "MANAGEMENT_MANUAL" : User will manually configure their service mesh components.
- "MANAGEMENT_NOT_INSTALLED" : Google should remove any managed Service Mesh components from this cluster and deprovision any resources.
Implementation
core.String? management;