google-cloud-container-v1beta1 0.10.0 → 0.10.1

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: 9373d04a196e28b8ed0f4364c807cc2711ebb6d8d1d955c7de8582efe1b500c6
4
- data.tar.gz: 159a5ab53d219cfc02920048da02bfbeb938133c42ecebc42cb44b6c2fa370fb
3
+ metadata.gz: aac0ee752b987372c2be7c3bac5dd04645783957d20bb9b4d87cebfd76e32fbd
4
+ data.tar.gz: 77d5357f4ce2be69e760ad116cab5a919e3291130a9e65c9bd1124b618c2d12d
5
5
  SHA512:
6
- metadata.gz: ba0f2ecef4ccd00c3ee0fc8890f1df6f30c32f1c8bdc3f1370b7f7344068cca4421293ed6c1c9c617c5aa66329e4661885d6cba1f2f985753092699939a1f5f9
7
- data.tar.gz: f6860532c8f4e89c68383d8f14a73d7d2697f9414d3edd0642bf2cdd1e63381439bd785f07dce38ef3c7804ba51afc9f0364ab6cdd4882125ec8cc9e11c59da4
6
+ metadata.gz: f45074cad67a99ff90326ebd541acf0f2c61b12cb147331132e58d3993811e667622d760ff93db45410a44800e7beeba23a82d7bfad80f4f5fede9d434af423e
7
+ data.tar.gz: e8f74c81d539122141f22ab206eccb172940eaaa75f9088f56344bf35e1ed4abec98d65bf5f4a67aa23b88cd049187c0677d24675e6b2aa276cd901059fe52aa
@@ -2554,7 +2554,7 @@ module Google
2554
2554
  # @param name [::String]
2555
2555
  # The name (project, location, cluster, node pool id) of the node pool to
2556
2556
  # complete upgrade.
2557
- # Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
2557
+ # Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
2558
2558
  #
2559
2559
  # @yield [response, operation] Access the result along with the RPC operation
2560
2560
  # @yieldparam response [::Google::Protobuf::Empty]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.10.1"
25
25
  end
26
26
  end
27
27
  end
@@ -1092,7 +1092,7 @@ module Google
1092
1092
  include ::Google::Protobuf::MessageExts
1093
1093
  extend ::Google::Protobuf::MessageExts::ClassMethods
1094
1094
 
1095
- # IP stack type
1095
+ # Possible values for IP stack type
1096
1096
  module StackType
1097
1097
  # By default, the clusters will be IPV4 only
1098
1098
  STACK_TYPE_UNSPECIFIED = 0
@@ -1120,8 +1120,9 @@ module Google
1120
1120
  # Configuration for Binary Authorization.
1121
1121
  # @!attribute [rw] enabled
1122
1122
  # @return [::Boolean]
1123
- # Enable Binary Authorization for this cluster. If enabled, all container
1124
- # images will be validated by Binary Authorization.
1123
+ # This field is deprecated. Leave this unset and instead configure
1124
+ # BinaryAuthorization using evaluation_mode. If evaluation_mode is set to
1125
+ # anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
1125
1126
  # @!attribute [rw] evaluation_mode
1126
1127
  # @return [::Google::Cloud::Container::V1beta1::BinaryAuthorization::EvaluationMode]
1127
1128
  # Mode of operation for binauthz policy evaluation. Currently the only
@@ -1641,7 +1642,7 @@ module Google
1641
1642
  # Subset of NodeConfig message that has defaults.
1642
1643
  # @!attribute [rw] gcfs_config
1643
1644
  # @return [::Google::Cloud::Container::V1beta1::GcfsConfig]
1644
- # GCFS (Google Container File System, a.k.a. Riptide) options.
1645
+ # GCFS (Google Container File System, also known as Riptide) options.
1645
1646
  class NodeConfigDefaults
1646
1647
  include ::Google::Protobuf::MessageExts
1647
1648
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3377,7 +3378,7 @@ module Google
3377
3378
  # @return [::String]
3378
3379
  # The name (project, location, cluster, node pool id) of the node pool to
3379
3380
  # complete upgrade.
3380
- # Specified in the format 'projects/*/locations/*/clusters/*/nodePools/*'.
3381
+ # Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.
3381
3382
  class CompleteNodePoolUpgradeRequest
3382
3383
  include ::Google::Protobuf::MessageExts
3383
3384
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -3508,7 +3509,8 @@ module Google
3508
3509
  # information, read [how to specify min CPU
3509
3510
  # platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
3510
3511
  # This field is deprecated, min_cpu_platform should be specified using
3511
- # cloud.google.com/requested-min-cpu-platform label selector on the pod.
3512
+ # https://cloud.google.com/requested-min-cpu-platform label selector on the
3513
+ # pod.
3512
3514
  # To unset the min cpu platform field pass "automatic"
3513
3515
  # as field value.
3514
3516
  # @!attribute [rw] disk_size_gb
@@ -3946,7 +3948,7 @@ module Google
3946
3948
  # Specified in the format `projects/*/locations/*`.
3947
3949
  # @!attribute [rw] recommended
3948
3950
  # @return [::Boolean]
3949
- # Whether the location is recomended for GKE cluster scheduling.
3951
+ # Whether the location is recommended for GKE cluster scheduling.
3950
3952
  class Location
3951
3953
  include ::Google::Protobuf::MessageExts
3952
3954
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -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-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.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