Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Merged
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
11 changes: 11 additions & 0 deletions google/cloud/container_v1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2633,6 +2633,12 @@ class ClusterUpdate(proto.Message):
desired_node_pool_logging_config (google.cloud.container_v1.types.NodePoolLoggingConfig):
The desired node pool logging configuration
defaults for the cluster.
desired_stack_type (google.cloud.container_v1.types.StackType):
The desired stack type of the cluster.
If a stack type is provided and does not match
the current stack type of the cluster, update
will attempt to change the stack type to the new
type.
"""

desired_node_version: str = proto.Field(
Expand Down Expand Up @@ -2820,6 +2826,11 @@ class ClusterUpdate(proto.Message):
number=116,
message="NodePoolLoggingConfig",
)
desired_stack_type: "StackType" = proto.Field(
proto.ENUM,
number=119,
enum="StackType",
)


class Operation(proto.Message):
Expand Down