google-cloud-container-v1 0.9.0 → 0.9.1

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: ce8291611b4d69ed13c9005e293beb293bbcbc249beab006129dcf37938ae0fa
4
- data.tar.gz: 1a4855fe3efa20fa428c8421beaa17276973d1fc6b9b0c1ca2614c539d223832
3
+ metadata.gz: a79aa2154d4ddc42abf4da3143c69673da34535f0cf2d12aa448f333447b40c7
4
+ data.tar.gz: b099bb4789828fb8d69d68abdfa323f58d3b7b71df5dbc7fe428d90028baef7e
5
5
  SHA512:
6
- metadata.gz: e58231afc4b58d00897a830281572476e2142b4b9901c5581f885555ac9a9e1e8eb62b33f019e8ef46a89cfdf07d62e1b0d2d933eb2cbef3719ff5080a3f00df
7
- data.tar.gz: 16f3289fb1362c2244d2d1afae49ca4ce1d708c22bdd14b033f637b5e0a95ddc961317483b1c36adab8f5d5fc5788a87999da8380892503e34d0e6a8d97c8030
6
+ metadata.gz: ae9552f3fe6537816cbb96bfd1b57dede5e0b1661fe93577931e3979fe2f40ab5ee3b9aeff7a0fea5fc09cd30396efc1c37b1996cb7bef05afc90ee8c81a429c
7
+ data.tar.gz: adfed802d840eb2cbdb9d982e4ca29b3174a4109be2ebfb945a5a4bda6d9fdb61705e7536d4cea0112a1dff61452d5e2b7ae5ccb81b81805c0d8c1a8577ee1a0
@@ -2544,7 +2544,7 @@ module Google
2544
2544
  # @param name [::String]
2545
2545
  # The name (project, location, cluster, node pool id) of the node pool to
2546
2546
  # complete upgrade.
2547
- # Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
2547
+ # Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
2548
2548
  #
2549
2549
  # @yield [response, operation] Access the result along with the RPC operation
2550
2550
  # @yieldparam response [::Google::Protobuf::Empty]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
@@ -870,8 +870,9 @@ module Google
870
870
  # Configuration for Binary Authorization.
871
871
  # @!attribute [rw] enabled
872
872
  # @return [::Boolean]
873
- # Enable Binary Authorization for this cluster. If enabled, all container
874
- # images will be validated by Binary Authorization.
873
+ # This field is deprecated. Leave this unset and instead configure
874
+ # BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
875
+ # anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
875
876
  # @!attribute [rw] evaluation_mode
876
877
  # @return [::Google::Cloud::Container::V1::BinaryAuthorization::EvaluationMode]
877
878
  # Mode of operation for binauthz policy evaluation. Currently the only
@@ -1394,7 +1395,7 @@ module Google
1394
1395
  # Subset of NodeConfig message that has defaults.
1395
1396
  # @!attribute [rw] gcfs_config
1396
1397
  # @return [::Google::Cloud::Container::V1::GcfsConfig]
1397
- # GCFS (Google Container File System, a.k.a. Riptide) options.
1398
+ # GCFS (Google Container File System, also known as Riptide) options.
1398
1399
  class NodeConfigDefaults
1399
1400
  include ::Google::Protobuf::MessageExts
1400
1401
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3023,7 +3024,7 @@ module Google
3023
3024
  # @return [::String]
3024
3025
  # The name (project, location, cluster, node pool id) of the node pool to
3025
3026
  # complete upgrade.
3026
- # Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
3027
+ # Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
3027
3028
  class CompleteNodePoolUpgradeRequest
3028
3029
  include ::Google::Protobuf::MessageExts
3029
3030
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3138,7 +3139,8 @@ module Google
3138
3139
  # information, read [how to specify min CPU
3139
3140
  # platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
3140
3141
  # This field is deprecated, min_cpu_platform should be specified using
3141
- # cloud.google.com/requested-min-cpu-platform label selector on the pod.
3142
+ # https://cloud.google.com/requested-min-cpu-platform label selector on the
3143
+ # pod.
3142
3144
  # To unset the min cpu platform field pass "automatic"
3143
3145
  # as field value.
3144
3146
  # @!attribute [rw] disk_size_gb
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
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-02 00:00:00.000000000 Z
11
+ date: 2022-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common