Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions google/cloud/container_v1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,9 @@ class NodePoolUpdateStrategy(proto.Enum):

Values:
NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED (0):
Default value.
Default value if unset. GKE internally
defaults the update strategy to SURGE for
unspecified strategies.
BLUE_GREEN (2):
blue-green upgrade.
SURGE (3):
Expand Down Expand Up @@ -523,7 +525,9 @@ class NodeConfig(proto.Message):
image_type (str):
The image type to use for this node. Note
that for a given image type, the latest version
of it will be used.
of it will be used. Please see
https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
for available image types.
labels (MutableMapping[str, str]):
The map of Kubernetes labels (key/value
pairs) to be applied to each node. These will
Expand Down Expand Up @@ -3584,7 +3588,9 @@ class UpdateNodePoolRequest(proto.Message):
master version
image_type (str):
Required. The desired image type for the node
pool.
pool. Please see
https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
for available image types.
name (str):
The name (project, location, cluster, node pool) of the node
pool to update. Specified in the format
Expand Down Expand Up @@ -5885,6 +5891,9 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
https://cloud.google.com/compute/docs/disks/customer-managed-encryption
image_type (str):
The image type to use for NAP created node.
Please see
https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
for available image types.
"""

oauth_scopes: MutableSequence[str] = proto.RepeatedField(
Expand Down
15 changes: 12 additions & 3 deletions google/cloud/container_v1beta1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ class NodePoolUpdateStrategy(proto.Enum):

Values:
NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED (0):
Default value.
Default value if unset. GKE internally
defaults the update strategy to SURGE for
unspecified strategies.
BLUE_GREEN (2):
blue-green upgrade.
SURGE (3):
Expand Down Expand Up @@ -520,7 +522,9 @@ class NodeConfig(proto.Message):
image_type (str):
The image type to use for this node. Note
that for a given image type, the latest version
of it will be used.
of it will be used. Please see
https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
for available image types.
labels (MutableMapping[str, str]):
The map of Kubernetes labels (key/value
pairs) to be applied to each node. These will
Expand Down Expand Up @@ -4083,7 +4087,9 @@ class UpdateNodePoolRequest(proto.Message):
master version
image_type (str):
Required. The desired image type for the node
pool.
pool. Please see
https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
for available image types.
locations (MutableSequence[str]):
The desired list of Google Compute Engine
`zones <https://cloud.google.com/compute/docs/zones#available>`__
Expand Down Expand Up @@ -6468,6 +6474,9 @@ class AutoprovisioningNodePoolDefaults(proto.Message):
https://cloud.google.com/compute/docs/disks/customer-managed-encryption
image_type (str):
The image type to use for NAP created node.
Please see
https://cloud.google.com/kubernetes-engine/docs/concepts/node-images
for available image types.
"""

oauth_scopes: MutableSequence[str] = proto.RepeatedField(
Expand Down