google-cloud-container-v1beta1 0.15.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 930af6c764f95b8c654c9910dd91d9d35ee434d41b7cda8a2308acd0889c41bf
|
4
|
+
data.tar.gz: ad573cb545d9e6569a1b7b2ab0a031a7c522e7aff118835cbd253236bbeecc07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b5bc5b9e5911c14a6ffd3ca3e8ef0ac07f96eaeaeb2508b121c7114a78d53a27041d98f0e56eb10858a5d6948158077b94852edf89d420d8c1a49143f951fd2
|
7
|
+
data.tar.gz: de05f4081544af55b3853290adfb9442bd2a04ad6a077e2c183aaefc74140ccc8b2ca56e0b88362c6cb869a833f0b2dff299e105d249554bfccaa9532b891f8f
|
@@ -660,7 +660,7 @@ module Google
|
|
660
660
|
# @param options [::Gapic::CallOptions, ::Hash]
|
661
661
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
662
662
|
#
|
663
|
-
# @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, locations: nil, workload_metadata_config: nil, name: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, fast_socket: nil, logging_config: nil, resource_labels: nil, windows_node_config: nil)
|
663
|
+
# @overload update_node_pool(project_id: nil, zone: nil, cluster_id: nil, node_pool_id: nil, node_version: nil, image_type: nil, locations: nil, workload_metadata_config: nil, name: nil, upgrade_settings: nil, tags: nil, taints: nil, labels: nil, linux_node_config: nil, kubelet_config: nil, node_network_config: nil, gcfs_config: nil, confidential_nodes: nil, gvnic: nil, etag: nil, fast_socket: nil, logging_config: nil, resource_labels: nil, windows_node_config: nil)
|
664
664
|
# Pass arguments to `update_node_pool` via keyword arguments. Note that at
|
665
665
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
666
666
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -733,6 +733,10 @@ module Google
|
|
733
733
|
# All the nodes in the node pool will be Confidential VM once enabled.
|
734
734
|
# @param gvnic [::Google::Cloud::Container::V1beta1::VirtualNIC, ::Hash]
|
735
735
|
# Enable or disable gvnic on the node pool.
|
736
|
+
# @param etag [::String]
|
737
|
+
# The current etag of the node pool.
|
738
|
+
# If an etag is provided and does not match the current etag of the node
|
739
|
+
# pool, update will be blocked and an ABORTED error will be returned.
|
736
740
|
# @param fast_socket [::Google::Cloud::Container::V1beta1::FastSocket, ::Hash]
|
737
741
|
# Enable or disable NCCL fast socket for the node pool.
|
738
742
|
# @param logging_config [::Google::Cloud::Container::V1beta1::NodePoolLoggingConfig, ::Hash]
|
@@ -384,6 +384,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
384
384
|
optional :monitoring_config, :message, 133, "google.container.v1beta1.MonitoringConfig"
|
385
385
|
optional :node_pool_auto_config, :message, 136, "google.container.v1beta1.NodePoolAutoConfig"
|
386
386
|
proto3_optional :protect_config, :message, 137, "google.container.v1beta1.ProtectConfig"
|
387
|
+
optional :etag, :string, 139
|
387
388
|
end
|
388
389
|
add_enum "google.container.v1beta1.Cluster.Status" do
|
389
390
|
value :STATUS_UNSPECIFIED, 0
|
@@ -468,6 +469,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
468
469
|
optional :desired_node_pool_auto_config_network_tags, :message, 110, "google.container.v1beta1.NetworkTags"
|
469
470
|
proto3_optional :desired_protect_config, :message, 112, "google.container.v1beta1.ProtectConfig"
|
470
471
|
optional :desired_gateway_api_config, :message, 114, "google.container.v1beta1.GatewayAPIConfig"
|
472
|
+
optional :etag, :string, 115
|
471
473
|
optional :desired_node_pool_logging_config, :message, 116, "google.container.v1beta1.NodePoolLoggingConfig"
|
472
474
|
optional :desired_stack_type, :enum, 119, "google.container.v1beta1.StackType"
|
473
475
|
end
|
@@ -567,6 +569,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
567
569
|
optional :gcfs_config, :message, 22, "google.container.v1beta1.GcfsConfig"
|
568
570
|
optional :confidential_nodes, :message, 23, "google.container.v1beta1.ConfidentialNodes"
|
569
571
|
optional :gvnic, :message, 29, "google.container.v1beta1.VirtualNIC"
|
572
|
+
optional :etag, :string, 30
|
570
573
|
optional :fast_socket, :message, 31, "google.container.v1beta1.FastSocket"
|
571
574
|
optional :logging_config, :message, 32, "google.container.v1beta1.NodePoolLoggingConfig"
|
572
575
|
optional :resource_labels, :message, 33, "google.container.v1beta1.ResourceLabels"
|
@@ -756,6 +759,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
756
759
|
optional :upgrade_settings, :message, 107, "google.container.v1beta1.NodePool.UpgradeSettings"
|
757
760
|
optional :placement_policy, :message, 108, "google.container.v1beta1.NodePool.PlacementPolicy"
|
758
761
|
optional :update_info, :message, 109, "google.container.v1beta1.NodePool.UpdateInfo"
|
762
|
+
optional :etag, :string, 110
|
759
763
|
end
|
760
764
|
add_message "google.container.v1beta1.NodePool.UpgradeSettings" do
|
761
765
|
optional :max_surge, :int32, 1
|
@@ -1661,6 +1661,11 @@ module Google
|
|
1661
1661
|
# @!attribute [rw] protect_config
|
1662
1662
|
# @return [::Google::Cloud::Container::V1beta1::ProtectConfig]
|
1663
1663
|
# Enable/Disable Protect API features for the cluster.
|
1664
|
+
# @!attribute [rw] etag
|
1665
|
+
# @return [::String]
|
1666
|
+
# This checksum is computed by the server based on the value of cluster
|
1667
|
+
# fields, and may be sent on update requests to ensure the client has an
|
1668
|
+
# up-to-date value before proceeding.
|
1664
1669
|
class Cluster
|
1665
1670
|
include ::Google::Protobuf::MessageExts
|
1666
1671
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1989,6 +1994,11 @@ module Google
|
|
1989
1994
|
# @!attribute [rw] desired_gateway_api_config
|
1990
1995
|
# @return [::Google::Cloud::Container::V1beta1::GatewayAPIConfig]
|
1991
1996
|
# The desired config of Gateway API on this cluster.
|
1997
|
+
# @!attribute [rw] etag
|
1998
|
+
# @return [::String]
|
1999
|
+
# The current etag of the cluster.
|
2000
|
+
# If an etag is provided and does not match the current etag of the cluster,
|
2001
|
+
# update will be blocked and an ABORTED error will be returned.
|
1992
2002
|
# @!attribute [rw] desired_node_pool_logging_config
|
1993
2003
|
# @return [::Google::Cloud::Container::V1beta1::NodePoolLoggingConfig]
|
1994
2004
|
# The desired node pool logging configuration defaults for the cluster.
|
@@ -2346,6 +2356,11 @@ module Google
|
|
2346
2356
|
# @!attribute [rw] gvnic
|
2347
2357
|
# @return [::Google::Cloud::Container::V1beta1::VirtualNIC]
|
2348
2358
|
# Enable or disable gvnic on the node pool.
|
2359
|
+
# @!attribute [rw] etag
|
2360
|
+
# @return [::String]
|
2361
|
+
# The current etag of the node pool.
|
2362
|
+
# If an etag is provided and does not match the current etag of the node
|
2363
|
+
# pool, update will be blocked and an ABORTED error will be returned.
|
2349
2364
|
# @!attribute [rw] fast_socket
|
2350
2365
|
# @return [::Google::Cloud::Container::V1beta1::FastSocket]
|
2351
2366
|
# Enable or disable NCCL fast socket for the node pool.
|
@@ -3129,6 +3144,11 @@ module Google
|
|
3129
3144
|
# @return [::Google::Cloud::Container::V1beta1::NodePool::UpdateInfo]
|
3130
3145
|
# Output only. [Output only] Update info contains relevant information during a node
|
3131
3146
|
# pool update.
|
3147
|
+
# @!attribute [rw] etag
|
3148
|
+
# @return [::String]
|
3149
|
+
# This checksum is computed by the server based on the value of node pool
|
3150
|
+
# fields, and may be sent on update requests to ensure the client has an
|
3151
|
+
# up-to-date value before proceeding.
|
3132
3152
|
class NodePool
|
3133
3153
|
include ::Google::Protobuf::MessageExts
|
3134
3154
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
211
211
|
- !ruby/object:Gem::Version
|
212
212
|
version: '0'
|
213
213
|
requirements: []
|
214
|
-
rubygems_version: 3.
|
214
|
+
rubygems_version: 3.4.2
|
215
215
|
signing_key:
|
216
216
|
specification_version: 4
|
217
217
|
summary: API Client library for the Kubernetes Engine V1beta1 API
|