Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
6 changes: 6 additions & 0 deletions google/cloud/container/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
AcceleratorConfig,
AdditionalPodRangesConfig,
AddonsConfig,
AdvancedDatapathObservabilityConfig,
AdvancedMachineFeatures,
AuthenticatorGroupsConfig,
Autopilot,
Expand Down Expand Up @@ -67,6 +68,7 @@
GcePersistentDiskCsiDriverConfig,
GcfsConfig,
GcpFilestoreCsiDriverConfig,
GcsFuseCsiDriverConfig,
GetClusterRequest,
GetJSONWebKeysRequest,
GetJSONWebKeysResponse,
Expand Down Expand Up @@ -137,6 +139,7 @@
PrivateClusterConfig,
PrivateClusterMasterGlobalAccessConfig,
PrivateIPv6GoogleAccess,
RangeInfo,
RecurringTimeWindow,
ReleaseChannel,
ReservationAffinity,
Expand Down Expand Up @@ -190,6 +193,7 @@
"AcceleratorConfig",
"AdditionalPodRangesConfig",
"AddonsConfig",
"AdvancedDatapathObservabilityConfig",
"AdvancedMachineFeatures",
"AuthenticatorGroupsConfig",
"Autopilot",
Expand Down Expand Up @@ -228,6 +232,7 @@
"GcePersistentDiskCsiDriverConfig",
"GcfsConfig",
"GcpFilestoreCsiDriverConfig",
"GcsFuseCsiDriverConfig",
"GetClusterRequest",
"GetJSONWebKeysRequest",
"GetJSONWebKeysResponse",
Expand Down Expand Up @@ -295,6 +300,7 @@
"PodCIDROverprovisionConfig",
"PrivateClusterConfig",
"PrivateClusterMasterGlobalAccessConfig",
"RangeInfo",
"RecurringTimeWindow",
"ReleaseChannel",
"ReservationAffinity",
Expand Down
6 changes: 6 additions & 0 deletions google/cloud/container_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
AcceleratorConfig,
AdditionalPodRangesConfig,
AddonsConfig,
AdvancedDatapathObservabilityConfig,
AdvancedMachineFeatures,
AuthenticatorGroupsConfig,
Autopilot,
Expand Down Expand Up @@ -62,6 +63,7 @@
GcePersistentDiskCsiDriverConfig,
GcfsConfig,
GcpFilestoreCsiDriverConfig,
GcsFuseCsiDriverConfig,
GetClusterRequest,
GetJSONWebKeysRequest,
GetJSONWebKeysResponse,
Expand Down Expand Up @@ -132,6 +134,7 @@
PrivateClusterConfig,
PrivateClusterMasterGlobalAccessConfig,
PrivateIPv6GoogleAccess,
RangeInfo,
RecurringTimeWindow,
ReleaseChannel,
ReservationAffinity,
Expand Down Expand Up @@ -184,6 +187,7 @@
"AcceleratorConfig",
"AdditionalPodRangesConfig",
"AddonsConfig",
"AdvancedDatapathObservabilityConfig",
"AdvancedMachineFeatures",
"AuthenticatorGroupsConfig",
"AutoUpgradeOptions",
Expand Down Expand Up @@ -226,6 +230,7 @@
"GcePersistentDiskCsiDriverConfig",
"GcfsConfig",
"GcpFilestoreCsiDriverConfig",
"GcsFuseCsiDriverConfig",
"GetClusterRequest",
"GetJSONWebKeysRequest",
"GetJSONWebKeysResponse",
Expand Down Expand Up @@ -294,6 +299,7 @@
"PrivateClusterConfig",
"PrivateClusterMasterGlobalAccessConfig",
"PrivateIPv6GoogleAccess",
"RangeInfo",
"RecurringTimeWindow",
"ReleaseChannel",
"ReservationAffinity",
Expand Down
17 changes: 10 additions & 7 deletions google/cloud/container_v1/services/cluster_manager/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1706,14 +1706,17 @@ async def sample_update_master():
versions offered by Kubernetes Engine or
version aliases, which have the
following behavior:

- "latest": picks the highest valid
Kubernetes version - "1.X": picks the
highest valid patch+gke.N patch in the
1.X version - "1.X.Y": picks the highest
valid gke.N patch in the 1.X.Y version -
"1.X.Y-gke.N": picks an explicit
Kubernetes version - "-": picks the
default Kubernetes version
Kubernetes version
- "1.X": picks the highest valid
patch+gke.N patch in the 1.X version
- "1.X.Y": picks the highest valid gke.N
patch in the 1.X.Y version
- "1.X.Y-gke.N": picks an explicit
Kubernetes version
- "-": picks the default Kubernetes
version

This corresponds to the ``master_version`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
17 changes: 10 additions & 7 deletions google/cloud/container_v1/services/cluster_manager/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1912,14 +1912,17 @@ def sample_update_master():
versions offered by Kubernetes Engine or
version aliases, which have the
following behavior:

- "latest": picks the highest valid
Kubernetes version - "1.X": picks the
highest valid patch+gke.N patch in the
1.X version - "1.X.Y": picks the highest
valid gke.N patch in the 1.X.Y version -
"1.X.Y-gke.N": picks an explicit
Kubernetes version - "-": picks the
default Kubernetes version
Kubernetes version
- "1.X": picks the highest valid
patch+gke.N patch in the 1.X version
- "1.X.Y": picks the highest valid gke.N
patch in the 1.X.Y version
- "1.X.Y-gke.N": picks an explicit
Kubernetes version
- "-": picks the default Kubernetes
version

This corresponds to the ``master_version`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
6 changes: 6 additions & 0 deletions google/cloud/container_v1/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
AcceleratorConfig,
AdditionalPodRangesConfig,
AddonsConfig,
AdvancedDatapathObservabilityConfig,
AdvancedMachineFeatures,
AuthenticatorGroupsConfig,
Autopilot,
Expand Down Expand Up @@ -56,6 +57,7 @@
GcePersistentDiskCsiDriverConfig,
GcfsConfig,
GcpFilestoreCsiDriverConfig,
GcsFuseCsiDriverConfig,
GetClusterRequest,
GetJSONWebKeysRequest,
GetJSONWebKeysResponse,
Expand Down Expand Up @@ -126,6 +128,7 @@
PrivateClusterConfig,
PrivateClusterMasterGlobalAccessConfig,
PrivateIPv6GoogleAccess,
RangeInfo,
RecurringTimeWindow,
ReleaseChannel,
ReservationAffinity,
Expand Down Expand Up @@ -177,6 +180,7 @@
"AcceleratorConfig",
"AdditionalPodRangesConfig",
"AddonsConfig",
"AdvancedDatapathObservabilityConfig",
"AdvancedMachineFeatures",
"AuthenticatorGroupsConfig",
"Autopilot",
Expand Down Expand Up @@ -215,6 +219,7 @@
"GcePersistentDiskCsiDriverConfig",
"GcfsConfig",
"GcpFilestoreCsiDriverConfig",
"GcsFuseCsiDriverConfig",
"GetClusterRequest",
"GetJSONWebKeysRequest",
"GetJSONWebKeysResponse",
Expand Down Expand Up @@ -282,6 +287,7 @@
"PodCIDROverprovisionConfig",
"PrivateClusterConfig",
"PrivateClusterMasterGlobalAccessConfig",
"RangeInfo",
"RecurringTimeWindow",
"ReleaseChannel",
"ReservationAffinity",
Expand Down
Loading