google-apis-container_v1 0.25.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/container_v1/classes.rb +9 -3
- data/lib/google/apis/container_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5e401d8bb76ec3f687c5d7eb8f4db12eee8817a9cbc4cd3d070939f92afe789
|
|
4
|
+
data.tar.gz: a56261ec0a49ff4bb83495ae7790978eca5d18c8641a5b028fc62e3d36c827df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 389f6ab3181206d13b98eb7da871dbb5d85e5003c67420488c9cca5fa75a0fea4b98001e4c25ed455f6d129d931c08cc928764acb76a595d48a85b68e36ab00e
|
|
7
|
+
data.tar.gz: ff44c9d5c859ab0a8e9ecf1fea06e4cf1dc52d38a3a259912cd8a5d9783d286bf258b0631503a0fc66984c34bc268616d9e060a034710dbc5076a883e91b7706
|
data/CHANGELOG.md
CHANGED
|
@@ -763,7 +763,9 @@ module Google
|
|
|
763
763
|
# @return [Google::Apis::ContainerV1::NetworkPolicy]
|
|
764
764
|
attr_accessor :network_policy
|
|
765
765
|
|
|
766
|
-
# Parameters that describe the nodes in a cluster.
|
|
766
|
+
# Parameters that describe the nodes in a cluster. *Note: *GKE Autopilot
|
|
767
|
+
# clusters do not recognize parameters in `NodeConfig`. Use
|
|
768
|
+
# AutoprovisioningNodePoolDefaults instead.
|
|
767
769
|
# Corresponds to the JSON property `nodeConfig`
|
|
768
770
|
# @return [Google::Apis::ContainerV1::NodeConfig]
|
|
769
771
|
attr_accessor :node_config
|
|
@@ -2766,7 +2768,9 @@ module Google
|
|
|
2766
2768
|
end
|
|
2767
2769
|
end
|
|
2768
2770
|
|
|
2769
|
-
# Parameters that describe the nodes in a cluster.
|
|
2771
|
+
# Parameters that describe the nodes in a cluster. *Note: *GKE Autopilot
|
|
2772
|
+
# clusters do not recognize parameters in `NodeConfig`. Use
|
|
2773
|
+
# AutoprovisioningNodePoolDefaults instead.
|
|
2770
2774
|
class NodeConfig
|
|
2771
2775
|
include Google::Apis::Core::Hashable
|
|
2772
2776
|
|
|
@@ -3171,7 +3175,9 @@ module Google
|
|
|
3171
3175
|
# @return [Array<Google::Apis::ContainerV1::StatusCondition>]
|
|
3172
3176
|
attr_accessor :conditions
|
|
3173
3177
|
|
|
3174
|
-
# Parameters that describe the nodes in a cluster.
|
|
3178
|
+
# Parameters that describe the nodes in a cluster. *Note: *GKE Autopilot
|
|
3179
|
+
# clusters do not recognize parameters in `NodeConfig`. Use
|
|
3180
|
+
# AutoprovisioningNodePoolDefaults instead.
|
|
3175
3181
|
# Corresponds to the JSON property `config`
|
|
3176
3182
|
# @return [Google::Apis::ContainerV1::NodeConfig]
|
|
3177
3183
|
attr_accessor :config
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ContainerV1
|
|
18
18
|
# Version of the google-apis-container_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220308"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.26.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: 2022-03-
|
|
11
|
+
date: 2022-03-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|