management property
Enables automatic Service Mesh management. 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.
Implementation
core.String? management;