google-apis-container_v1beta1 0.14.0 → 0.15.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc4614aabcd0a771605c22b3176131d455cfa78d925dc3c5fa31af8690a83999
|
|
4
|
+
data.tar.gz: 00751664dd2e4af4fa43f52d3cd73b5e990832994100923e066ebf5f3889c19c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c4c203322618340f9873e00a0d64d8f49de3c2c28fc714fc28424285a042bcbc7fd56afbc8191c240d1973160a2698c1c16dc041636073791cada022f677dec
|
|
7
|
+
data.tar.gz: bc337b9f3a94a91483846cd0e8226135af766a6f6f6767805761a71e8bb26eb1cdea8d8b454a2a3a930b2b5a12db6678f7f2f86879275adb5b643588d8a1a1b6
|
data/CHANGELOG.md
CHANGED
|
@@ -3346,7 +3346,7 @@ module Google
|
|
|
3346
3346
|
alias_method :enabled?, :enabled
|
|
3347
3347
|
|
|
3348
3348
|
# Maximum number of nodes in the NodePool. Must be >= min_node_count. There has
|
|
3349
|
-
# to enough quota to scale up the cluster.
|
|
3349
|
+
# to be enough quota to scale up the cluster.
|
|
3350
3350
|
# Corresponds to the JSON property `maxNodeCount`
|
|
3351
3351
|
# @return [Fixnum]
|
|
3352
3352
|
attr_accessor :max_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.15.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 = "20210708"
|
|
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.15.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-07-
|
|
11
|
+
date: 2021-07-26 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.15.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: []
|