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
4 changes: 2 additions & 2 deletions .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-container
version: 2.60.0
last_generated_commit: 3322511885371d2b2253f209ccc3aa60d4100cfd
last_generated_commit: 94ccdfe4519e0ba817bd33aa22eb9c64f88a6874
apis:
- path: google/container/v1
service_config: container_v1.yaml
Expand Down Expand Up @@ -2740,7 +2740,7 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-oracledatabase
version: 0.2.0
last_generated_commit: 55319b058f8a0e46bbeeff30e374e4b1f081f494
last_generated_commit: 94ccdfe4519e0ba817bd33aa22eb9c64f88a6874
apis:
- path: google/cloud/oracledatabase/v1
service_config: oracledatabase_v1.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
NetworkPolicy,
NetworkPolicyConfig,
NetworkTags,
NetworkTierConfig,
NodeConfig,
NodeConfigDefaults,
NodeKubeletConfig,
Expand All @@ -167,6 +168,7 @@
PrivateClusterConfig,
PrivateClusterMasterGlobalAccessConfig,
PrivateIPv6GoogleAccess,
PrivilegedAdmissionConfig,
RangeInfo,
RayClusterLoggingConfig,
RayClusterMonitoringConfig,
Expand Down Expand Up @@ -346,6 +348,7 @@
"NetworkPolicy",
"NetworkPolicyConfig",
"NetworkTags",
"NetworkTierConfig",
"NodeConfig",
"NodeConfigDefaults",
"NodeKubeletConfig",
Expand All @@ -368,6 +371,7 @@
"PodCIDROverprovisionConfig",
"PrivateClusterConfig",
"PrivateClusterMasterGlobalAccessConfig",
"PrivilegedAdmissionConfig",
"RangeInfo",
"RayClusterLoggingConfig",
"RayClusterMonitoringConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
NetworkPolicy,
NetworkPolicyConfig,
NetworkTags,
NetworkTierConfig,
NodeConfig,
NodeConfigDefaults,
NodeKubeletConfig,
Expand All @@ -162,6 +163,7 @@
PrivateClusterConfig,
PrivateClusterMasterGlobalAccessConfig,
PrivateIPv6GoogleAccess,
PrivilegedAdmissionConfig,
RangeInfo,
RayClusterLoggingConfig,
RayClusterMonitoringConfig,
Expand Down Expand Up @@ -344,6 +346,7 @@
"NetworkPolicy",
"NetworkPolicyConfig",
"NetworkTags",
"NetworkTierConfig",
"NodeConfig",
"NodeConfigDefaults",
"NodeKubeletConfig",
Expand All @@ -368,6 +371,7 @@
"PrivateClusterConfig",
"PrivateClusterMasterGlobalAccessConfig",
"PrivateIPv6GoogleAccess",
"PrivilegedAdmissionConfig",
"RBACBindingConfig",
"RangeInfo",
"RayClusterLoggingConfig",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ async def create_cluster(
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.

One firewall is added for the cluster. After cluster creation,
the Kubelet creates routes for each node to allow the containers
the kubelet creates routes for each node to allow the containers
on that node to communicate with all other instances in the
cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ def create_cluster(
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.

One firewall is added for the cluster. After cluster creation,
the Kubelet creates routes for each node to allow the containers
the kubelet creates routes for each node to allow the containers
on that node to communicate with all other instances in the
cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def create_cluster(
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.

One firewall is added for the cluster. After cluster creation,
the Kubelet creates routes for each node to allow the containers
the kubelet creates routes for each node to allow the containers
on that node to communicate with all other instances in the
cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def create_cluster(
network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>`__.

One firewall is added for the cluster. After cluster creation,
the Kubelet creates routes for each node to allow the containers
the kubelet creates routes for each node to allow the containers
on that node to communicate with all other instances in the
cluster.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
NetworkPolicy,
NetworkPolicyConfig,
NetworkTags,
NetworkTierConfig,
NodeConfig,
NodeConfigDefaults,
NodeKubeletConfig,
Expand All @@ -156,6 +157,7 @@
PrivateClusterConfig,
PrivateClusterMasterGlobalAccessConfig,
PrivateIPv6GoogleAccess,
PrivilegedAdmissionConfig,
RangeInfo,
RayClusterLoggingConfig,
RayClusterMonitoringConfig,
Expand Down Expand Up @@ -333,6 +335,7 @@
"NetworkPolicy",
"NetworkPolicyConfig",
"NetworkTags",
"NetworkTierConfig",
"NodeConfig",
"NodeConfigDefaults",
"NodeKubeletConfig",
Expand All @@ -355,6 +358,7 @@
"PodCIDROverprovisionConfig",
"PrivateClusterConfig",
"PrivateClusterMasterGlobalAccessConfig",
"PrivilegedAdmissionConfig",
"RangeInfo",
"RayClusterLoggingConfig",
"RayClusterMonitoringConfig",
Expand Down
Loading
Loading