google-apis-container_v1 0.29.0 → 0.30.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: 6fe960edfb457cf97ff98eb9d10114f47d8977465956464576f11c1b00ca6978
4
- data.tar.gz: 752c4da35890af9a2a9ae5b00e96a6146abf33bb1c889756c2b1b8bc5adba529
3
+ metadata.gz: 1a5a145f98fa36c9468f84d86d782b104501378fc8cb7aa5a0e34e617061fd28
4
+ data.tar.gz: a12bc9b3af9cdccffd8629c81f7c267d66d1abc427d7e34fa24b94993d441615
5
5
  SHA512:
6
- metadata.gz: ee11bfda6588bfb46767473ca7dbf92a0c03cdf2d5e2f20a2cb0c184579bf21763a66ea2fb5547d3762b74ced695906aab38ae8355cb272063083a9fbda2cd86
7
- data.tar.gz: a0682413784869063fcb294daa299ef155c7c8072a8e521bf611dd171e83ea4e1bb64a845009415040760418ab6493601a45ea16207dc145a29890cd8ee74baa
6
+ metadata.gz: da8702aad31aa584c1eaccc31ec18f22eeea98afeb07b9dd28e6fa062b81e5a055dd9e687dda87fb35d33854be52c7c605a75f0b711fc6f9e649306917ae03ab
7
+ data.tar.gz: 5f8ba1111197e9c13479044ecbca679a54b44b152906dcfb1c4c1583e106a3dcbc9c7ba0220e567d9eae8d917e43981b45cc5500dd94d287771c5057059cc551
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.30.0 (2022-05-10)
4
+
5
+ * Regenerated from discovery document revision 20220420
6
+
3
7
  ### v0.29.0 (2022-05-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220419
@@ -358,6 +358,12 @@ module Google
358
358
  attr_accessor :enabled
359
359
  alias_method :enabled?, :enabled
360
360
 
361
+ # Mode of operation for binauthz policy evaluation. Currently the only options
362
+ # are equivalent to enable/disable. If unspecified, defaults to DISABLED.
363
+ # Corresponds to the JSON property `evaluationMode`
364
+ # @return [String]
365
+ attr_accessor :evaluation_mode
366
+
361
367
  def initialize(**args)
362
368
  update!(**args)
363
369
  end
@@ -365,6 +371,7 @@ module Google
365
371
  # Update properties of this object
366
372
  def update!(**args)
367
373
  @enabled = args[:enabled] if args.key?(:enabled)
374
+ @evaluation_mode = args[:evaluation_mode] if args.key?(:evaluation_mode)
368
375
  end
369
376
  end
370
377
 
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220419"
25
+ REVISION = "20220420"
26
26
  end
27
27
  end
28
28
  end
@@ -871,6 +871,7 @@ module Google
871
871
  # @private
872
872
  class Representation < Google::Apis::Core::JsonRepresentation
873
873
  property :enabled, as: 'enabled'
874
+ property :evaluation_mode, as: 'evaluationMode'
874
875
  end
875
876
  end
876
877
 
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.29.0
4
+ version: 0.30.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: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-16 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/main/generated/google-apis-container_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
63
63
  post_install_message:
64
64
  rdoc_options: []