google-apis-container_v1beta1 0.12.0 → 0.13.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: cbb3bae4eee8eeb39acd475e179d8cf0c9288d06310c6073ec0b3716902d776e
|
4
|
+
data.tar.gz: f016664a940f326d101b8dfbfd72477c18a6a6e5ad48e37f666d7d3ddf0c6b00
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08448ca3c3de1b383ba4a862f0aac0985c478169a60f5576d15fb719cf3dc2e0bb6c2f6dc8852b06707e2dbbe3c4011283188126eaac1cbe457d7704446f16ed'
|
7
|
+
data.tar.gz: 58486eb0d47763326a528d2f7647718c1a7c73451bb3536fc20135d013370c330768cb1f6df83e6a436d79639b1eedc02497da91c394753061eacb3b11c14877
|
data/CHANGELOG.md
CHANGED
@@ -1057,6 +1057,11 @@ module Google
|
|
1057
1057
|
# @return [Google::Apis::ContainerV1beta1::AddonsConfig]
|
1058
1058
|
attr_accessor :desired_addons_config
|
1059
1059
|
|
1060
|
+
# Configuration for returning group information from authenticators.
|
1061
|
+
# Corresponds to the JSON property `desiredAuthenticatorGroupsConfig`
|
1062
|
+
# @return [Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig]
|
1063
|
+
attr_accessor :desired_authenticator_groups_config
|
1064
|
+
|
1060
1065
|
# Autopilot is the configuration for Autopilot settings on the cluster.
|
1061
1066
|
# Corresponds to the JSON property `desiredAutopilot`
|
1062
1067
|
# @return [Google::Apis::ContainerV1beta1::Autopilot]
|
@@ -1265,6 +1270,7 @@ module Google
|
|
1265
1270
|
# Update properties of this object
|
1266
1271
|
def update!(**args)
|
1267
1272
|
@desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
|
1273
|
+
@desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
|
1268
1274
|
@desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
|
1269
1275
|
@desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
|
1270
1276
|
@desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210617"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1023,6 +1023,8 @@ module Google
|
|
1023
1023
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1024
1024
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
|
1025
1025
|
|
1026
|
+
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
|
1027
|
+
|
1026
1028
|
property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1beta1::Autopilot, decorator: Google::Apis::ContainerV1beta1::Autopilot::Representation
|
1027
1029
|
|
1028
1030
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
|
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.13.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-
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.13.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: []
|