google-apis-container_v1 0.11.0 → 0.12.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: a91e0011867ef8d7b969e331348d92e62a21b6567bcd3df38d1c87916de9775a
|
4
|
+
data.tar.gz: 745ec3384f5bce02999829ea87629465e0dab804f2cbb8e700a5ef20c459a838
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2278b24be1f502d466170b195ca9005ae37d4d92bc8063786ea3743e350d1a912cb6d5584b665c13ea681dbaf7b660f77fd899fe7b35e075aa7d81987166a607
|
7
|
+
data.tar.gz: b13934158f728e91cbe61dcb1210f0851566b1edf2a18624292034d98034ed525cd3eb4e44f1ecafd5d68a0fda5e01f87c30a70e6eeb5cfe27694e3d3a722e03
|
data/CHANGELOG.md
CHANGED
@@ -932,6 +932,11 @@ module Google
|
|
932
932
|
# @return [Google::Apis::ContainerV1::AddonsConfig]
|
933
933
|
attr_accessor :desired_addons_config
|
934
934
|
|
935
|
+
# Configuration for returning group information from authenticators.
|
936
|
+
# Corresponds to the JSON property `desiredAuthenticatorGroupsConfig`
|
937
|
+
# @return [Google::Apis::ContainerV1::AuthenticatorGroupsConfig]
|
938
|
+
attr_accessor :desired_authenticator_groups_config
|
939
|
+
|
935
940
|
# Autopilot is the configuration for Autopilot settings on the cluster.
|
936
941
|
# Corresponds to the JSON property `desiredAutopilot`
|
937
942
|
# @return [Google::Apis::ContainerV1::Autopilot]
|
@@ -1109,6 +1114,7 @@ module Google
|
|
1109
1114
|
# Update properties of this object
|
1110
1115
|
def update!(**args)
|
1111
1116
|
@desired_addons_config = args[:desired_addons_config] if args.key?(:desired_addons_config)
|
1117
|
+
@desired_authenticator_groups_config = args[:desired_authenticator_groups_config] if args.key?(:desired_authenticator_groups_config)
|
1112
1118
|
@desired_autopilot = args[:desired_autopilot] if args.key?(:desired_autopilot)
|
1113
1119
|
@desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
|
1114
1120
|
@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 ContainerV1
|
18
18
|
# Version of the google-apis-container_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.12.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
|
@@ -856,6 +856,8 @@ module Google
|
|
856
856
|
class Representation < Google::Apis::Core::JsonRepresentation
|
857
857
|
property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
|
858
858
|
|
859
|
+
property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
|
860
|
+
|
859
861
|
property :desired_autopilot, as: 'desiredAutopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
|
860
862
|
|
861
863
|
property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.12.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-container_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|