google-apis-container_v1beta1 0.4.0 → 0.5.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: ad493785b9b24275f1d083eeaac2ebfebacb3f9137fa629c492da768470fcb6a
|
4
|
+
data.tar.gz: 64315ddc338f5a5021eafa84278086537ab97a11bb57e60f0398faaae112f392
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82d0a4d319ac24ef8ed747ef48e95dc591684b7fd387b84491c377011038b50948bbe720e036b8b157fc8afc4e755509b514b1ef457fd28c250b71d0db1c1c43
|
7
|
+
data.tar.gz: 33c52872251e70b13f5a0820c3bbbddc2724df163f5c2b3e845ebf27fa4b614d9754e4a820def894527a087f3a846c14fca11c00993228ebee4c21c677181a9d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
2
2
|
|
3
|
+
### v0.5.0 (2021-03-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210226
|
6
|
+
* Regenerated using generator version 0.2.0
|
7
|
+
|
3
8
|
### v0.4.0 (2021-03-06)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20210224
|
@@ -184,8 +184,7 @@ module Google
|
|
184
184
|
end
|
185
185
|
end
|
186
186
|
|
187
|
-
# Autopilot is the configuration for Autopilot settings on the cluster.
|
188
|
-
# the official product name of what is previously known as AutoGKE
|
187
|
+
# Autopilot is the configuration for Autopilot settings on the cluster.
|
189
188
|
class Autopilot
|
190
189
|
include Google::Apis::Core::Hashable
|
191
190
|
|
@@ -503,8 +502,7 @@ module Google
|
|
503
502
|
# @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
|
504
503
|
attr_accessor :authenticator_groups_config
|
505
504
|
|
506
|
-
# Autopilot is the configuration for Autopilot settings on the cluster.
|
507
|
-
# the official product name of what is previously known as AutoGKE
|
505
|
+
# Autopilot is the configuration for Autopilot settings on the cluster.
|
508
506
|
# Corresponds to the JSON property `autopilot`
|
509
507
|
# @return [Google::Apis::ContainerV1beta1::Autopilot]
|
510
508
|
attr_accessor :autopilot
|
@@ -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.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210226"
|
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.5.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-03-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.5.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|