UpdateAzureNodePoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for AzureClusters.UpdateAzureNodePool
method.
Attributes |
|
---|---|
Name | Description |
azure_node_pool |
google.cloud.gke_multicloud_v1.types.AzureNodePool
Required. The AzureNodePool resource to update. |
validate_only |
bool
If set, only validate the request, but don't actually update the node pool. |
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 AzureNodePool: \*. annotations .
- version .
- autoscaling.min_node_count .
- autoscaling.max_node_count .
- config.ssh_config.authorized_key .
- management.auto_repair .
- management .
|