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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c20c7d9373a32c27624ea68fd93d3196872b5f9b08ac7f4d1de6bf8507a89ec
|
|
4
|
+
data.tar.gz: 42eaa7fc6a2a019afe626f1b30b166564a528c4a42b91d51fd3199e15d117d4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d0fccbade06438768c3385b50ce7eac1fb6d888b28550be1296477b3ea2e618a1303104c89bdade20c6a67525ee63c5bbbff86c8f078c862c324177fa4b94371
|
|
7
|
+
data.tar.gz: 39bcaa8627380ece4e884ee2d1a3feb0c68996bb8b8bf18acf677017650cfe600727bf70ad7ad4ef1b61bdebbf01340e2ae5f577cb87dbefa25e35be5f2e32e7
|
|
@@ -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
|
-
#
|
|
64
|
-
#
|
|
65
|
-
#
|
|
66
|
-
#
|
|
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.
|
|
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
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|