google-apis-container_v1beta1 0.18.0 → 0.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d803116c9a635412efbd3d57f5bb7fa632f6d4062ad0d3cf83bab106cea80dc
4
- data.tar.gz: cfc859c42cc3d9824c7dbd8b4899111a618f5787c89f0b336612ecc33a590ee4
3
+ metadata.gz: ae20aa21456c906a1590208749b13de40893a41922d91d2613f81d2f98c0074c
4
+ data.tar.gz: 9b512b26c8a5f739f92663d6fe1c74ee4cba8c80cf400189845929c5f2a7a9ed
5
5
  SHA512:
6
- metadata.gz: c0b68ed92ffcc0c0f03932b25acec470786baca9030e8f81b62b9188b30b64f7a1886ae9a3c603245507ec4f10ea164479f40e1939dd7598609e6031870bbe97
7
- data.tar.gz: ba23a44bd708744739fb28e6d419385cc080572b25c7aa1a8c4c68b7cdf36b5c3846653685026b4667e154ae70af9017eefd17be099834c2bb08b22900f71c0e
6
+ metadata.gz: 58ee8af1ddbf1081e7cf0e6fa6ddf9238de47aad8b90651922602035769274696cc8defffe36442b70d7fe124011a0506bb4365ab2cbe642dc6eeb3c80309f6a
7
+ data.tar.gz: a16ccacc6633bae2b8cf4105a40fb0075abb7d8eb09f11ba04a2959935597d91dc2bf1cebe2d466b793db486dd0487ff8e91fb2bda3cbf2bcbbff04868dba4bc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.19.0 (2021-09-21)
4
+
5
+ * Regenerated from discovery document revision 20210906
6
+
3
7
  ### v0.18.0 (2021-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210820
@@ -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 >= min_node_count. There has
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 <= max_node_count.
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.18.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 = "20210820"
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.18.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-06 00:00:00.000000000 Z
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.18.0
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: []