UpdateAttachedClusterRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Request message for AttachedClusters.UpdateAttachedCluster
method.
Attributes |
|
---|---|
Name | Description |
attached_cluster |
google.cloud.gke_multicloud_v1.types.AttachedCluster
Required. The AttachedCluster resource to update. |
validate_only |
bool
If set, only validate the request, but do not actually update the cluster. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field can only include these fields from AttachedCluster: - annotations .
- authorization.admin_groups .
- authorization.admin_users .
- binary_authorization.evaluation_mode .
- description .
- logging_config.component_config.enable_components .
- monitoring_config.managed_prometheus_config.enabled .
- platform_version .
- proxy_config.kubernetes_secret.name .
- proxy_config.kubernetes_secret.namespace .
|