google-apis-container_v1 0.33.0 → 0.34.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: 53e65603d9bdaa55f70003cea60cd1a04635edd633a0782ff0435da9e05d0eb6
4
- data.tar.gz: 40cba5b2f834d2ee698fb93b318b64d38bcf89c7d254fc8212bdea657ba6aa7f
3
+ metadata.gz: 4484a5ead03c3a97d844046eebd73b10cb4013e0876e583064364aef44d85a24
4
+ data.tar.gz: 13d7486d3deacbb00d1965d945efb04cd25724ce7c1a5b4fd0c1e7f22fc7b2d8
5
5
  SHA512:
6
- metadata.gz: 1876d21d647e3ba84a28476ce982d4b60749fbde5cf73887dd34fe4b82eef5c4bfba016d38beacba7fd28b9f0e7d8c76ddefb5f09e56ed984abff522d38ea63e
7
- data.tar.gz: af52b8a480b4bf48d360694e6a3197cb05881cfd6f29582c42c69aa72ab8ccadefe28add2135cf7a07fdf605b433662ede8368b36127ef567ba65d7063fc48b8
6
+ metadata.gz: a4eb92e9ae7cc1d56c6d2ff6bc7e40a9f115e103cbb650c3235cff4de424ba94c40509fc44338032c9755fc956ac13038a5d1f0084e03af80378047b3cd363ae
7
+ data.tar.gz: b8caf4cf2e793d82aa44591bc43b1438409c4e60600ace0d8a277e1c73c920530392315e730fc9433a89728dfeae273daf891e4a0b653cf0e8980ad4d132e55c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.34.0 (2022-08-09)
4
+
5
+ * Regenerated from discovery document revision 20220727
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.33.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -277,8 +277,9 @@ module Google
277
277
  # Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
278
278
  # to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
279
279
  # specify-min-cpu-platform) This field is deprecated, min_cpu_platform should be
280
- # specified using cloud.google.com/requested-min-cpu-platform label selector on
281
- # the pod. To unset the min cpu platform field pass "automatic" as field value.
280
+ # specified using https://cloud.google.com/requested-min-cpu-platform label
281
+ # selector on the pod. To unset the min cpu platform field pass "automatic" as
282
+ # field value.
282
283
  # Corresponds to the JSON property `minCpuPlatform`
283
284
  # @return [String]
284
285
  attr_accessor :min_cpu_platform
@@ -375,8 +376,9 @@ module Google
375
376
  class BinaryAuthorization
376
377
  include Google::Apis::Core::Hashable
377
378
 
378
- # Enable Binary Authorization for this cluster. If enabled, all container images
379
- # will be validated by Binary Authorization.
379
+ # This field is deprecated. Leave this unset and instead configure
380
+ # BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
381
+ # anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
380
382
  # Corresponds to the JSON property `enabled`
381
383
  # @return [Boolean]
382
384
  attr_accessor :enabled
@@ -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.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220615"
25
+ REVISION = "20220727"
26
26
  end
27
27
  end
28
28
  end
@@ -798,8 +798,8 @@ module Google
798
798
  # CompleteNodePoolUpgrade will signal an on-going node pool upgrade to complete.
799
799
  # @param [String] name
800
800
  # The name (project, location, cluster, node pool id) of the node pool to
801
- # complete upgrade. Specified in the format 'projects/*/locations/*/clusters/*/
802
- # nodePools/*'.
801
+ # complete upgrade. Specified in the format `projects/*/locations/*/clusters/*/
802
+ # nodePools/*`.
803
803
  # @param [Google::Apis::ContainerV1::CompleteNodePoolUpgradeRequest] complete_node_pool_upgrade_request_object
804
804
  # @param [String] fields
805
805
  # Selector specifying which fields to include in a partial response.
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.33.0
4
+ version: 0.34.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.34.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: []