Skip to content

Commit 9170f84

Browse files
chore: librarian generate pull request: 20251022T070901Z (#14802)
BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: add network_tier_config field to NodeNetworkConfig PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add membership_type field to Fleet PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: deprecate enterprise_config field in Cluster PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add end_time_behavior field to MaintenanceExclusionOptions PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add rotation_config field to SecretManagerConfig PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add node_kernel_module_loading field to LinuxNodeConfig PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: deprecate enable_legacy_lustre_port field in LustreCsiDriverConfig PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add autoscaled_rollout_policy field to BlueGreenSettings PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add writable_cgroups field to ContainerdConfig PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add privileged_admission_config field to Autopilot PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add network_tier_config field to IPAllocationPolicy PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: deprecate desired_enterprise_config field in ClusterUpdate PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: various documentation fixes PiperOrigin-RevId: 822311698 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: various documentation fixes PiperOrigin-RevId: 822268461 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@72d2f93f](googleapis/googleapis@72d2f93f) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add desired_secret_sync_config to ClusterUpdate PiperOrigin-RevId: 822268461 Library-IDs: google-cloud-container Source-link: [googleapis/googleapis@72d2f93f](googleapis/googleapis@72d2f93f) END_NESTED_COMMIT END_COMMIT_OVERRIDE This pull request is generated with proto changes between [googleapis/googleapis@55319b05](googleapis/googleapis@55319b0) (exclusive) and [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe) (inclusive). Librarian Version: v0.0.0-20251021235046-88c43794185d Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator:latest
1 parent 5b0b554 commit 9170f84

File tree

161 files changed

+677
-232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+677
-232
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ libraries:
13161316
tag_format: '{id}-v{version}'
13171317
- id: google-cloud-container
13181318
version: 2.60.0
1319-
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
1319+
last_generated_commit: 94ccdfe4519e0ba817bd33aa22eb9c64f88a6874
13201320
apis:
13211321
- path: google/container/v1
13221322
service_config: container_v1.yaml
@@ -2740,7 +2740,7 @@ libraries:
27402740
tag_format: '{id}-v{version}'
27412741
- id: google-cloud-oracledatabase
27422742
version: 0.2.0
2743-
last_generated_commit: 55319b058f8a0e46bbeeff30e374e4b1f081f494
2743+
last_generated_commit: 94ccdfe4519e0ba817bd33aa22eb9c64f88a6874
27442744
apis:
27452745
- path: google/cloud/oracledatabase/v1
27462746
service_config: oracledatabase_v1.yaml

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
NetworkPolicy,
144144
NetworkPolicyConfig,
145145
NetworkTags,
146+
NetworkTierConfig,
146147
NodeConfig,
147148
NodeConfigDefaults,
148149
NodeKubeletConfig,
@@ -167,6 +168,7 @@
167168
PrivateClusterConfig,
168169
PrivateClusterMasterGlobalAccessConfig,
169170
PrivateIPv6GoogleAccess,
171+
PrivilegedAdmissionConfig,
170172
RangeInfo,
171173
RayClusterLoggingConfig,
172174
RayClusterMonitoringConfig,
@@ -346,6 +348,7 @@
346348
"NetworkPolicy",
347349
"NetworkPolicyConfig",
348350
"NetworkTags",
351+
"NetworkTierConfig",
349352
"NodeConfig",
350353
"NodeConfigDefaults",
351354
"NodeKubeletConfig",
@@ -368,6 +371,7 @@
368371
"PodCIDROverprovisionConfig",
369372
"PrivateClusterConfig",
370373
"PrivateClusterMasterGlobalAccessConfig",
374+
"PrivilegedAdmissionConfig",
371375
"RangeInfo",
372376
"RayClusterLoggingConfig",
373377
"RayClusterMonitoringConfig",

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
NetworkPolicy,
139139
NetworkPolicyConfig,
140140
NetworkTags,
141+
NetworkTierConfig,
141142
NodeConfig,
142143
NodeConfigDefaults,
143144
NodeKubeletConfig,
@@ -162,6 +163,7 @@
162163
PrivateClusterConfig,
163164
PrivateClusterMasterGlobalAccessConfig,
164165
PrivateIPv6GoogleAccess,
166+
PrivilegedAdmissionConfig,
165167
RangeInfo,
166168
RayClusterLoggingConfig,
167169
RayClusterMonitoringConfig,
@@ -344,6 +346,7 @@
344346
"NetworkPolicy",
345347
"NetworkPolicyConfig",
346348
"NetworkTags",
349+
"NetworkTierConfig",
347350
"NodeConfig",
348351
"NodeConfigDefaults",
349352
"NodeKubeletConfig",
@@ -368,6 +371,7 @@
368371
"PrivateClusterConfig",
369372
"PrivateClusterMasterGlobalAccessConfig",
370373
"PrivateIPv6GoogleAccess",
374+
"PrivilegedAdmissionConfig",
371375
"RBACBindingConfig",
372376
"RangeInfo",
373377
"RayClusterLoggingConfig",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ async def create_cluster(
599599
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.
600600
601601
One firewall is added for the cluster. After cluster creation,
602-
the Kubelet creates routes for each node to allow the containers
602+
the kubelet creates routes for each node to allow the containers
603603
on that node to communicate with all other instances in the
604604
cluster.
605605

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ def create_cluster(
10521052
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.
10531053
10541054
One firewall is added for the cluster. After cluster creation,
1055-
the Kubelet creates routes for each node to allow the containers
1055+
the kubelet creates routes for each node to allow the containers
10561056
on that node to communicate with all other instances in the
10571057
cluster.
10581058

packages/google-cloud-container/google/cloud/container_v1/services/cluster_manager/transports/grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def create_cluster(
390390
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.
391391
392392
One firewall is added for the cluster. After cluster creation,
393-
the Kubelet creates routes for each node to allow the containers
393+
the kubelet creates routes for each node to allow the containers
394394
on that node to communicate with all other instances in the
395395
cluster.
396396

packages/google-cloud-container/google/cloud/container_v1/services/cluster_manager/transports/grpc_asyncio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def create_cluster(
403403
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.
404404
405405
One firewall is added for the cluster. After cluster creation,
406-
the Kubelet creates routes for each node to allow the containers
406+
the kubelet creates routes for each node to allow the containers
407407
on that node to communicate with all other instances in the
408408
cluster.
409409

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
NetworkPolicy,
133133
NetworkPolicyConfig,
134134
NetworkTags,
135+
NetworkTierConfig,
135136
NodeConfig,
136137
NodeConfigDefaults,
137138
NodeKubeletConfig,
@@ -156,6 +157,7 @@
156157
PrivateClusterConfig,
157158
PrivateClusterMasterGlobalAccessConfig,
158159
PrivateIPv6GoogleAccess,
160+
PrivilegedAdmissionConfig,
159161
RangeInfo,
160162
RayClusterLoggingConfig,
161163
RayClusterMonitoringConfig,
@@ -333,6 +335,7 @@
333335
"NetworkPolicy",
334336
"NetworkPolicyConfig",
335337
"NetworkTags",
338+
"NetworkTierConfig",
336339
"NodeConfig",
337340
"NodeConfigDefaults",
338341
"NodeKubeletConfig",
@@ -355,6 +358,7 @@
355358
"PodCIDROverprovisionConfig",
356359
"PrivateClusterConfig",
357360
"PrivateClusterMasterGlobalAccessConfig",
361+
"PrivilegedAdmissionConfig",
358362
"RangeInfo",
359363
"RayClusterLoggingConfig",
360364
"RayClusterMonitoringConfig",

0 commit comments

Comments
 (0)