Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Aug 25, 2023
1 parent 5e5c934 commit e3ef6c2
Show file tree
Hide file tree
Showing 226 changed files with 28 additions and 90,150 deletions.
27 changes: 27 additions & 0 deletions google/cloud/container_v1beta1/types/cluster_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4904,6 +4904,21 @@ class UpdateNodePoolRequest(proto.Message):
windows_node_config (google.cloud.container_v1beta1.types.WindowsNodeConfig):
Parameters that can be configured on Windows
nodes.
machine_type (str):
Optional. The desired machine type for nodes
in the node pool. Initiates an upgrade operation
that migrates the nodes in the node pool to the
specified machine type.
disk_type (str):
Optional. The desired disk type for nodes in
the node pool. Initiates an upgrade operation
that migrates the nodes in the node pool to the
specified disk type.
disk_size_gb (int):
Optional. The desired disk size for nodes in
the node pool. Initiates an upgrade operation
that migrates the nodes in the node pool to the
specified disk size.
"""

project_id: str = proto.Field(
Expand Down Expand Up @@ -5017,6 +5032,18 @@ class UpdateNodePoolRequest(proto.Message):
number=34,
message="WindowsNodeConfig",
)
machine_type: str = proto.Field(
proto.STRING,
number=36,
)
disk_type: str = proto.Field(
proto.STRING,
number=37,
)
disk_size_gb: int = proto.Field(
proto.INT64,
number=38,
)


class SetNodePoolAutoscalingRequest(proto.Message):
Expand Down
13 changes: 0 additions & 13 deletions owl-bot-staging/v1/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/v1/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/v1/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/v1/README.rst

This file was deleted.

Loading

0 comments on commit e3ef6c2

Please sign in to comment.