Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
RollbackNodePoolUpgradeRequest,
SandboxConfig,
SecondaryBootDisk,
SecondaryBootDiskUpdateStrategy,
SecurityBulletinEvent,
SecurityPostureConfig,
ServerConfig,
Expand Down Expand Up @@ -321,6 +322,7 @@
"RollbackNodePoolUpgradeRequest",
"SandboxConfig",
"SecondaryBootDisk",
"SecondaryBootDiskUpdateStrategy",
"SecurityBulletinEvent",
"SecurityPostureConfig",
"ServerConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.43.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
RollbackNodePoolUpgradeRequest,
SandboxConfig,
SecondaryBootDisk,
SecondaryBootDiskUpdateStrategy,
SecurityBulletinEvent,
SecurityPostureConfig,
ServerConfig,
Expand Down Expand Up @@ -321,6 +322,7 @@
"RollbackNodePoolUpgradeRequest",
"SandboxConfig",
"SecondaryBootDisk",
"SecondaryBootDiskUpdateStrategy",
"SecurityBulletinEvent",
"SecurityPostureConfig",
"ServerConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.43.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
RollbackNodePoolUpgradeRequest,
SandboxConfig,
SecondaryBootDisk,
SecondaryBootDiskUpdateStrategy,
SecurityBulletinEvent,
SecurityPostureConfig,
ServerConfig,
Expand Down Expand Up @@ -308,6 +309,7 @@
"RollbackNodePoolUpgradeRequest",
"SandboxConfig",
"SecondaryBootDisk",
"SecondaryBootDiskUpdateStrategy",
"SecurityBulletinEvent",
"SecurityPostureConfig",
"ServerConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
"ResourceManagerTags",
"EnterpriseConfig",
"SecondaryBootDisk",
"SecondaryBootDiskUpdateStrategy",
},
)

Expand Down Expand Up @@ -721,6 +722,10 @@ class NodeConfig(proto.Message):
secondary_boot_disks (MutableSequence[google.cloud.container_v1.types.SecondaryBootDisk]):
List of secondary boot disks attached to the
nodes.
secondary_boot_disk_update_strategy (google.cloud.container_v1.types.SecondaryBootDiskUpdateStrategy):
Secondary boot disk update strategy.

This field is a member of `oneof`_ ``_secondary_boot_disk_update_strategy``.
"""

machine_type: str = proto.Field(
Expand Down Expand Up @@ -895,6 +900,14 @@ class NodeConfig(proto.Message):
number=48,
message="SecondaryBootDisk",
)
secondary_boot_disk_update_strategy: "SecondaryBootDiskUpdateStrategy" = (
proto.Field(
proto.MESSAGE,
number=50,
optional=True,
message="SecondaryBootDiskUpdateStrategy",
)
)


class AdvancedMachineFeatures(proto.Message):
Expand Down Expand Up @@ -3460,6 +3473,11 @@ class ClusterUpdate(proto.Message):
the autopilot cluster.
desired_k8s_beta_apis (google.cloud.container_v1.types.K8sBetaAPIConfig):
Desired Beta APIs to be enabled for cluster.
desired_enable_multi_networking (bool):
Enable/Disable Multi-Networking for the
cluster

This field is a member of `oneof`_ ``_desired_enable_multi_networking``.
desired_node_pool_auto_config_resource_manager_tags (google.cloud.container_v1.types.ResourceManagerTags):
The desired resource manager tags that apply
to all auto-provisioned node pools in autopilot
Expand Down Expand Up @@ -3715,6 +3733,11 @@ class ClusterUpdate(proto.Message):
number=131,
message="K8sBetaAPIConfig",
)
desired_enable_multi_networking: bool = proto.Field(
proto.BOOL,
number=135,
optional=True,
)
desired_node_pool_auto_config_resource_manager_tags: "ResourceManagerTags" = (
proto.Field(
proto.MESSAGE,
Expand Down Expand Up @@ -9395,4 +9418,12 @@ class Mode(proto.Enum):
)


class SecondaryBootDiskUpdateStrategy(proto.Message):
r"""SecondaryBootDiskUpdateStrategy is a placeholder which will
be extended in the future to define different options for
updating secondary boot disks.

"""


__all__ = tuple(sorted(__protobuf__.manifest))
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
RollbackNodePoolUpgradeRequest,
SandboxConfig,
SecondaryBootDisk,
SecondaryBootDiskUpdateStrategy,
SecretManagerConfig,
SecurityBulletinEvent,
SecurityPostureConfig,
Expand Down Expand Up @@ -349,6 +350,7 @@
"RollbackNodePoolUpgradeRequest",
"SandboxConfig",
"SecondaryBootDisk",
"SecondaryBootDiskUpdateStrategy",
"SecretManagerConfig",
"SecurityBulletinEvent",
"SecurityPostureConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.43.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
RollbackNodePoolUpgradeRequest,
SandboxConfig,
SecondaryBootDisk,
SecondaryBootDiskUpdateStrategy,
SecretManagerConfig,
SecurityBulletinEvent,
SecurityPostureConfig,
Expand Down Expand Up @@ -337,6 +338,7 @@
"RollbackNodePoolUpgradeRequest",
"SandboxConfig",
"SecondaryBootDisk",
"SecondaryBootDiskUpdateStrategy",
"SecretManagerConfig",
"SecurityBulletinEvent",
"SecurityPostureConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
"EnterpriseConfig",
"SecretManagerConfig",
"SecondaryBootDisk",
"SecondaryBootDiskUpdateStrategy",
},
)

Expand Down Expand Up @@ -729,6 +730,10 @@ class NodeConfig(proto.Message):
secondary_boot_disks (MutableSequence[google.cloud.container_v1beta1.types.SecondaryBootDisk]):
List of secondary boot disks attached to the
nodes.
secondary_boot_disk_update_strategy (google.cloud.container_v1beta1.types.SecondaryBootDiskUpdateStrategy):
Secondary boot disk update strategy.

This field is a member of `oneof`_ ``_secondary_boot_disk_update_strategy``.
"""

machine_type: str = proto.Field(
Expand Down Expand Up @@ -913,6 +918,14 @@ class NodeConfig(proto.Message):
number=48,
message="SecondaryBootDisk",
)
secondary_boot_disk_update_strategy: "SecondaryBootDiskUpdateStrategy" = (
proto.Field(
proto.MESSAGE,
number=50,
optional=True,
message="SecondaryBootDiskUpdateStrategy",
)
)


class AdvancedMachineFeatures(proto.Message):
Expand Down Expand Up @@ -4149,6 +4162,11 @@ class ClusterUpdate(proto.Message):
HostMaintenancePolicy contains the desired
maintenance policy for the Google Compute Engine
hosts.
desired_enable_multi_networking (bool):
Enable/Disable Multi-Networking for the
cluster

This field is a member of `oneof`_ ``_desired_enable_multi_networking``.
desired_node_pool_auto_config_resource_manager_tags (google.cloud.container_v1beta1.types.ResourceManagerTags):
The desired resource manager tags that apply
to all auto-provisioned node pools in autopilot
Expand Down Expand Up @@ -4449,6 +4467,11 @@ class ClusterUpdate(proto.Message):
number=132,
message="HostMaintenancePolicy",
)
desired_enable_multi_networking: bool = proto.Field(
proto.BOOL,
number=135,
optional=True,
)
desired_node_pool_auto_config_resource_manager_tags: "ResourceManagerTags" = (
proto.Field(
proto.MESSAGE,
Expand Down Expand Up @@ -10481,4 +10504,12 @@ class Mode(proto.Enum):
)


class SecondaryBootDiskUpdateStrategy(proto.Message):
r"""SecondaryBootDiskUpdateStrategy is a placeholder which will
be extended in the future to define different options for
updating secondary boot disks.

"""


__all__ = tuple(sorted(__protobuf__.manifest))
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.43.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-container",
"version": "2.43.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down