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: 668c5ec08b548c355cdcc4c27e3645c25128a394d08fb03240248fc8bdaa2a9d
4
- data.tar.gz: d07fd34f042021a459fe4680777b6a2a83a32f4deb07684319877e47cf5210b0
3
+ metadata.gz: cbb3bae4eee8eeb39acd475e179d8cf0c9288d06310c6073ec0b3716902d776e
4
+ data.tar.gz: f016664a940f326d101b8dfbfd72477c18a6a6e5ad48e37f666d7d3ddf0c6b00
5
5
  SHA512:
6
- metadata.gz: 1baa9e2b3a4403559f5e55021f58b7b6c22da4755edfeb33147cf6d4847995c4fbb454ff65eb6111cc8e5ae380e4747d2bbfecfba76852199b75b8614e1e9ea8
7
- data.tar.gz: 86ef25c844e2e4c8eecdd610546ba9405fe14464fc19ccc533250ed5e75930a0d7f0bb0ec9c7b38553f0ab4e21fa50a4f159931e73dd2c3e6d30a6a3b860df9a
6
+ metadata.gz: '08448ca3c3de1b383ba4a862f0aac0985c478169a60f5576d15fb719cf3dc2e0bb6c2f6dc8852b06707e2dbbe3c4011283188126eaac1cbe457d7704446f16ed'
7
+ data.tar.gz: 58486eb0d47763326a528d2f7647718c1a7c73451bb3536fc20135d013370c330768cb1f6df83e6a436d79639b1eedc02497da91c394753061eacb3b11c14877
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-06-29)
4
+
5
+ * Regenerated from discovery document revision 20210617
6
+ * Regenerated using generator version 0.4.0
7
+
3
8
  ### v0.12.0 (2021-06-24)
4
9
 
5
10
  * Unspecified changes
@@ -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.12.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.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210607"
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.12.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-06-28 00:00:00.000000000 Z
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.3'
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.3'
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.12.0
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: []