google-apis-container_v1beta1 0.18.0 → 0.19.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: ae20aa21456c906a1590208749b13de40893a41922d91d2613f81d2f98c0074c
|
4
|
+
data.tar.gz: 9b512b26c8a5f739f92663d6fe1c74ee4cba8c80cf400189845929c5f2a7a9ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58ee8af1ddbf1081e7cf0e6fa6ddf9238de47aad8b90651922602035769274696cc8defffe36442b70d7fe124011a0506bb4365ab2cbe642dc6eeb3c80309f6a
|
7
|
+
data.tar.gz: a16ccacc6633bae2b8cf4105a40fb0075abb7d8eb09f11ba04a2959935597d91dc2bf1cebe2d466b793db486dd0487ff8e91fb2bda3cbf2bcbbff04868dba4bc
|
data/CHANGELOG.md
CHANGED
@@ -3515,13 +3515,14 @@ module Google
|
|
3515
3515
|
attr_accessor :enabled
|
3516
3516
|
alias_method :enabled?, :enabled
|
3517
3517
|
|
3518
|
-
# Maximum number of nodes in the NodePool. Must be >=
|
3519
|
-
# to be enough quota to scale up the cluster.
|
3518
|
+
# Maximum number of nodes for one location in the NodePool. Must be >=
|
3519
|
+
# min_node_count. There has to be enough quota to scale up the cluster.
|
3520
3520
|
# Corresponds to the JSON property `maxNodeCount`
|
3521
3521
|
# @return [Fixnum]
|
3522
3522
|
attr_accessor :max_node_count
|
3523
3523
|
|
3524
|
-
# Minimum number of nodes in the NodePool. Must be >= 1 and <=
|
3524
|
+
# Minimum number of nodes for one location in the NodePool. Must be >= 1 and <=
|
3525
|
+
# max_node_count.
|
3525
3526
|
# Corresponds to the JSON property `minNodeCount`
|
3526
3527
|
# @return [Fixnum]
|
3527
3528
|
attr_accessor :min_node_count
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1beta1
|
18
18
|
# Version of the google-apis-container_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210906"
|
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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.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: 2021-09-
|
11
|
+
date: 2021-09-22 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/master/generated/google-apis-container_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|