code property
Unique identifier of the condition which describes the condition recognizable to the user. Possible string values are:
- "CODE_UNSPECIFIED" : Default Unspecified code
- "MESH_IAM_PERMISSION_DENIED" : Mesh IAM permission denied error code
- "CNI_CONFIG_UNSUPPORTED" : CNI config unsupported error code
- "GKE_SANDBOX_UNSUPPORTED" : GKE sandbox unsupported error code
- "NODEPOOL_WORKLOAD_IDENTITY_FEDERATION_REQUIRED" : Nodepool workload identity federation required error code
- "CNI_INSTALLATION_FAILED" : CNI installation failed error code
- "CNI_POD_UNSCHEDULABLE" : CNI pod unschedulable error code
- "UNSUPPORTED_MULTIPLE_CONTROL_PLANES" : Multiple control planes unsupported error code
- "VPCSC_GA_SUPPORTED" : VPC-SC GA is supported for this control plane.
- "CONFIG_APPLY_INTERNAL_ERROR" : Configuration (Istio/k8s resources) failed to apply due to internal error.
- "CONFIG_VALIDATION_ERROR" : Configuration failed to be applied due to being invalid.
- "CONFIG_VALIDATION_WARNING" : Encountered configuration(s) with possible unintended behavior or invalid configuration. These configs may not have been applied.
- "QUOTA_EXCEEDED_BACKEND_SERVICES" : BackendService quota exceeded error code.
- "QUOTA_EXCEEDED_HEALTH_CHECKS" : HealthCheck quota exceeded error code.
- "QUOTA_EXCEEDED_HTTP_ROUTES" : HTTPRoute quota exceeded error code.
- "QUOTA_EXCEEDED_TCP_ROUTES" : TCPRoute quota exceeded error code.
- "QUOTA_EXCEEDED_TLS_ROUTES" : TLS routes quota exceeded error code.
- "QUOTA_EXCEEDED_TRAFFIC_POLICIES" : TrafficPolicy quota exceeded error code.
- "QUOTA_EXCEEDED_ENDPOINT_POLICIES" : EndpointPolicy quota exceeded error code.
- "QUOTA_EXCEEDED_GATEWAYS" : Gateway quota exceeded error code.
- "QUOTA_EXCEEDED_MESHES" : Mesh quota exceeded error code.
- "QUOTA_EXCEEDED_SERVER_TLS_POLICIES" : ServerTLSPolicy quota exceeded error code.
- "QUOTA_EXCEEDED_CLIENT_TLS_POLICIES" : ClientTLSPolicy quota exceeded error code.
- "QUOTA_EXCEEDED_SERVICE_LB_POLICIES" : ServiceLBPolicy quota exceeded error code.
- "QUOTA_EXCEEDED_HTTP_FILTERS" : HTTPFilter quota exceeded error code.
- "QUOTA_EXCEEDED_TCP_FILTERS" : TCPFilter quota exceeded error code.
- "QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS" : NetworkEndpointGroup quota exceeded error code.
Implementation
core.String? code;