Skip to content

Commit d33baaa

Browse files
chore: Update gapic-generator-python to v1.11.4 (#387)
* chore: Update gapic-generator-python to v1.11.3 PiperOrigin-RevId: 546899192 Source-Link: googleapis/googleapis@e6b1691 Source-Link: googleapis/googleapis-gen@0b3917c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add advanced_datapath_observability_config to monitoring_config PiperOrigin-RevId: 547520012 Source-Link: googleapis/googleapis@8464e52 Source-Link: googleapis/googleapis-gen@ddd3271 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGRkMzI3MTQ5MTM1NTU5NTE2NmMyZDE4NWJjMjRiYzBiNGFhZTQxZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: add advanced_datapath_observability_config to monitoring_config -- feat: add a Pod IP Utilization API Users can use `cluster describe` command to check the Pod IP ranges utilizations consumed by all the node pools within the same cluster. This percentage can be seen at cluster default Pod range, additional Pod ranges, and node pool level Pod ranges. PiperOrigin-RevId: 547521835 Source-Link: googleapis/googleapis@1bd12d7 Source-Link: googleapis/googleapis-gen@cbb5fcc Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2JiNWZjYzFhYWQ5ZDMwZDlmNTFmNWJhZjA1Y2RkMmRhN2I2ZGE5YyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update gapic-generator-python to v1.11.4 PiperOrigin-RevId: 547897126 Source-Link: googleapis/googleapis@c09c75e Source-Link: googleapis/googleapis-gen@45e0ec4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDVlMGVjNDM0MzUxN2NkMGFhNjZiNWNhNjQyMzJhMTgwMmMyZjk0NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 25cfa81 commit d33baaa

File tree

11 files changed

+371
-93
lines changed

11 files changed

+371
-93
lines changed

packages/google-cloud-container/google/cloud/container/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
AcceleratorConfig,
2929
AdditionalPodRangesConfig,
3030
AddonsConfig,
31+
AdvancedDatapathObservabilityConfig,
3132
AdvancedMachineFeatures,
3233
AuthenticatorGroupsConfig,
3334
Autopilot,
@@ -67,6 +68,7 @@
6768
GcePersistentDiskCsiDriverConfig,
6869
GcfsConfig,
6970
GcpFilestoreCsiDriverConfig,
71+
GcsFuseCsiDriverConfig,
7072
GetClusterRequest,
7173
GetJSONWebKeysRequest,
7274
GetJSONWebKeysResponse,
@@ -137,6 +139,7 @@
137139
PrivateClusterConfig,
138140
PrivateClusterMasterGlobalAccessConfig,
139141
PrivateIPv6GoogleAccess,
142+
RangeInfo,
140143
RecurringTimeWindow,
141144
ReleaseChannel,
142145
ReservationAffinity,
@@ -190,6 +193,7 @@
190193
"AcceleratorConfig",
191194
"AdditionalPodRangesConfig",
192195
"AddonsConfig",
196+
"AdvancedDatapathObservabilityConfig",
193197
"AdvancedMachineFeatures",
194198
"AuthenticatorGroupsConfig",
195199
"Autopilot",
@@ -228,6 +232,7 @@
228232
"GcePersistentDiskCsiDriverConfig",
229233
"GcfsConfig",
230234
"GcpFilestoreCsiDriverConfig",
235+
"GcsFuseCsiDriverConfig",
231236
"GetClusterRequest",
232237
"GetJSONWebKeysRequest",
233238
"GetJSONWebKeysResponse",
@@ -295,6 +300,7 @@
295300
"PodCIDROverprovisionConfig",
296301
"PrivateClusterConfig",
297302
"PrivateClusterMasterGlobalAccessConfig",
303+
"RangeInfo",
298304
"RecurringTimeWindow",
299305
"ReleaseChannel",
300306
"ReservationAffinity",

packages/google-cloud-container/google/cloud/container_v1/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
AcceleratorConfig,
2424
AdditionalPodRangesConfig,
2525
AddonsConfig,
26+
AdvancedDatapathObservabilityConfig,
2627
AdvancedMachineFeatures,
2728
AuthenticatorGroupsConfig,
2829
Autopilot,
@@ -62,6 +63,7 @@
6263
GcePersistentDiskCsiDriverConfig,
6364
GcfsConfig,
6465
GcpFilestoreCsiDriverConfig,
66+
GcsFuseCsiDriverConfig,
6567
GetClusterRequest,
6668
GetJSONWebKeysRequest,
6769
GetJSONWebKeysResponse,
@@ -132,6 +134,7 @@
132134
PrivateClusterConfig,
133135
PrivateClusterMasterGlobalAccessConfig,
134136
PrivateIPv6GoogleAccess,
137+
RangeInfo,
135138
RecurringTimeWindow,
136139
ReleaseChannel,
137140
ReservationAffinity,
@@ -184,6 +187,7 @@
184187
"AcceleratorConfig",
185188
"AdditionalPodRangesConfig",
186189
"AddonsConfig",
190+
"AdvancedDatapathObservabilityConfig",
187191
"AdvancedMachineFeatures",
188192
"AuthenticatorGroupsConfig",
189193
"AutoUpgradeOptions",
@@ -226,6 +230,7 @@
226230
"GcePersistentDiskCsiDriverConfig",
227231
"GcfsConfig",
228232
"GcpFilestoreCsiDriverConfig",
233+
"GcsFuseCsiDriverConfig",
229234
"GetClusterRequest",
230235
"GetJSONWebKeysRequest",
231236
"GetJSONWebKeysResponse",
@@ -294,6 +299,7 @@
294299
"PrivateClusterConfig",
295300
"PrivateClusterMasterGlobalAccessConfig",
296301
"PrivateIPv6GoogleAccess",
302+
"RangeInfo",
297303
"RecurringTimeWindow",
298304
"ReleaseChannel",
299305
"ReservationAffinity",

packages/google-cloud-container/google/cloud/container_v1/services/cluster_manager/async_client.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1706,14 +1706,17 @@ async def sample_update_master():
17061706
versions offered by Kubernetes Engine or
17071707
version aliases, which have the
17081708
following behavior:
1709+
17091710
- "latest": picks the highest valid
1710-
Kubernetes version - "1.X": picks the
1711-
highest valid patch+gke.N patch in the
1712-
1.X version - "1.X.Y": picks the highest
1713-
valid gke.N patch in the 1.X.Y version -
1714-
"1.X.Y-gke.N": picks an explicit
1715-
Kubernetes version - "-": picks the
1716-
default Kubernetes version
1711+
Kubernetes version
1712+
- "1.X": picks the highest valid
1713+
patch+gke.N patch in the 1.X version
1714+
- "1.X.Y": picks the highest valid gke.N
1715+
patch in the 1.X.Y version
1716+
- "1.X.Y-gke.N": picks an explicit
1717+
Kubernetes version
1718+
- "-": picks the default Kubernetes
1719+
version
17171720
17181721
This corresponds to the ``master_version`` field
17191722
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-container/google/cloud/container_v1/services/cluster_manager/client.py

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1912,14 +1912,17 @@ def sample_update_master():
19121912
versions offered by Kubernetes Engine or
19131913
version aliases, which have the
19141914
following behavior:
1915+
19151916
- "latest": picks the highest valid
1916-
Kubernetes version - "1.X": picks the
1917-
highest valid patch+gke.N patch in the
1918-
1.X version - "1.X.Y": picks the highest
1919-
valid gke.N patch in the 1.X.Y version -
1920-
"1.X.Y-gke.N": picks an explicit
1921-
Kubernetes version - "-": picks the
1922-
default Kubernetes version
1917+
Kubernetes version
1918+
- "1.X": picks the highest valid
1919+
patch+gke.N patch in the 1.X version
1920+
- "1.X.Y": picks the highest valid gke.N
1921+
patch in the 1.X.Y version
1922+
- "1.X.Y-gke.N": picks an explicit
1923+
Kubernetes version
1924+
- "-": picks the default Kubernetes
1925+
version
19231926
19241927
This corresponds to the ``master_version`` field
19251928
on the ``request`` instance; if ``request`` is provided, this

packages/google-cloud-container/google/cloud/container_v1/types/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
AcceleratorConfig,
1818
AdditionalPodRangesConfig,
1919
AddonsConfig,
20+
AdvancedDatapathObservabilityConfig,
2021
AdvancedMachineFeatures,
2122
AuthenticatorGroupsConfig,
2223
Autopilot,
@@ -56,6 +57,7 @@
5657
GcePersistentDiskCsiDriverConfig,
5758
GcfsConfig,
5859
GcpFilestoreCsiDriverConfig,
60+
GcsFuseCsiDriverConfig,
5961
GetClusterRequest,
6062
GetJSONWebKeysRequest,
6163
GetJSONWebKeysResponse,
@@ -126,6 +128,7 @@
126128
PrivateClusterConfig,
127129
PrivateClusterMasterGlobalAccessConfig,
128130
PrivateIPv6GoogleAccess,
131+
RangeInfo,
129132
RecurringTimeWindow,
130133
ReleaseChannel,
131134
ReservationAffinity,
@@ -177,6 +180,7 @@
177180
"AcceleratorConfig",
178181
"AdditionalPodRangesConfig",
179182
"AddonsConfig",
183+
"AdvancedDatapathObservabilityConfig",
180184
"AdvancedMachineFeatures",
181185
"AuthenticatorGroupsConfig",
182186
"Autopilot",
@@ -215,6 +219,7 @@
215219
"GcePersistentDiskCsiDriverConfig",
216220
"GcfsConfig",
217221
"GcpFilestoreCsiDriverConfig",
222+
"GcsFuseCsiDriverConfig",
218223
"GetClusterRequest",
219224
"GetJSONWebKeysRequest",
220225
"GetJSONWebKeysResponse",
@@ -282,6 +287,7 @@
282287
"PodCIDROverprovisionConfig",
283288
"PrivateClusterConfig",
284289
"PrivateClusterMasterGlobalAccessConfig",
290+
"RangeInfo",
285291
"RecurringTimeWindow",
286292
"ReleaseChannel",
287293
"ReservationAffinity",

0 commit comments

Comments
 (0)