google-cloud-container-v1beta1 0.8.1 → 0.8.2

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: 7dc369fc1421b0580295c164a86c3b7d937d5fdfea911de213135a800125507d
4
- data.tar.gz: 762f461ada58a06bdb5910536c94ff6d11e03f5dbc29ba1bce40a8590235e6e9
3
+ metadata.gz: 4c20c7d9373a32c27624ea68fd93d3196872b5f9b08ac7f4d1de6bf8507a89ec
4
+ data.tar.gz: 42eaa7fc6a2a019afe626f1b30b166564a528c4a42b91d51fd3199e15d117d4b
5
5
  SHA512:
6
- metadata.gz: da6a7251930e8cb4b17afbbee767d4310b5427f81cc230a1b3dcceb19e0033b3ca4ff2d4feca8753a0e3768021199aebf38a04bce3d15bcd915dcdf1ca1361b5
7
- data.tar.gz: 3fbb74c956a143497858e8e57272e84df0a1f5a74efff17f5477e8364eeb993ef2362961edbfd61f60188ecda2580f3584327893f01b38bae468dc1db67f22ab
6
+ metadata.gz: d0fccbade06438768c3385b50ce7eac1fb6d888b28550be1296477b3ea2e618a1303104c89bdade20c6a67525ee63c5bbbff86c8f078c862c324177fa4b94371
7
+ data.tar.gz: 39bcaa8627380ece4e884ee2d1a3feb0c68996bb8b8bf18acf677017650cfe600727bf70ad7ad4ef1b61bdebbf01340e2ae5f577cb87dbefa25e35be5f2e32e7
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.8.1"
24
+ VERSION = "0.8.2"
25
25
  end
26
26
  end
27
27
  end
@@ -60,10 +60,10 @@ module Google
60
60
  # https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
61
61
  #
62
62
  # The following values are allowed.
63
- # - "none": the default, which represents the existing scheduling behavior.
64
- # - "static": allows pods with certain resource characteristics to be
65
- # granted increased CPU affinity and exclusivity on the node.
66
- # The default value is 'none' if unspecified.
63
+ # * "none": the default, which represents the existing scheduling behavior.
64
+ # * "static": allows pods with certain resource characteristics to be granted
65
+ # increased CPU affinity and exclusivity on the node.
66
+ # The default value is 'none' if unspecified.
67
67
  # @!attribute [rw] cpu_cfs_quota
68
68
  # @return [::Google::Protobuf::BoolValue]
69
69
  # Enable CPU CFS quota enforcement for containers that specify CPU limits.
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.8.1
4
+ version: 0.8.2
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-11-08 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common