google-apis-container_v1beta1 0.27.0 → 0.28.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88ed92358dcca735a7121ae03dcfbebb337b35668a14ed042b310470401ccde4
|
4
|
+
data.tar.gz: 13b88cf9c5282c0d60f2f6c19f6b67f2774b2198221c95468e2ddf7890c59fce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99ad583241efaaca10f6f8f5fa4b3695aeff78bb5129e4a90b5fecb6636db4dbaffa1e4a4076bde38fb3a59b7de3deeada7c4631f1592e28328e7dab2fde72a5
|
7
|
+
data.tar.gz: 31a91deb9b0594aade77d8a92f9fe59ad338c3f75454eb9295f0a5df5c95abf97237cc83a6d4e220535f82dbe3cafca726cdc3e915c80c292ff2dd7b883313ee
|
data/CHANGELOG.md
CHANGED
@@ -392,7 +392,7 @@ module Google
|
|
392
392
|
include Google::Apis::Core::Hashable
|
393
393
|
|
394
394
|
# Enable Binary Authorization for this cluster. If enabled, all container images
|
395
|
-
# will be validated by
|
395
|
+
# will be validated by Binary Authorization.
|
396
396
|
# Corresponds to the JSON property `enabled`
|
397
397
|
# @return [Boolean]
|
398
398
|
attr_accessor :enabled
|
@@ -1807,8 +1807,7 @@ module Google
|
|
1807
1807
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
1808
1808
|
# messages in your APIs. A typical example is to use it as the request or the
|
1809
1809
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
1810
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1811
|
-
# `Empty` is empty JSON object ````.
|
1810
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
1812
1811
|
class Empty
|
1813
1812
|
include Google::Apis::Core::Hashable
|
1814
1813
|
|
@@ -2483,9 +2482,10 @@ module Google
|
|
2483
2482
|
include Google::Apis::Core::Hashable
|
2484
2483
|
|
2485
2484
|
# The Linux kernel parameters to be applied to the nodes and all pods running on
|
2486
|
-
# the nodes. The following parameters are supported. net.core.
|
2487
|
-
#
|
2488
|
-
# net.core.
|
2485
|
+
# the nodes. The following parameters are supported. net.core.busy_poll net.core.
|
2486
|
+
# busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default
|
2487
|
+
# net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.
|
2488
|
+
# ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
|
2489
2489
|
# Corresponds to the JSON property `sysctls`
|
2490
2490
|
# @return [Hash<String,String>]
|
2491
2491
|
attr_accessor :sysctls
|
@@ -3481,6 +3481,14 @@ module Google
|
|
3481
3481
|
# @return [String]
|
3482
3482
|
attr_accessor :cpu_manager_policy
|
3483
3483
|
|
3484
|
+
# Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-
|
3485
|
+
# limiting/#pod-pid-limits Controls the maximum number of processes allowed to
|
3486
|
+
# run in a pod. The value must be greater than or equal to 1024 and less than
|
3487
|
+
# 4194304.
|
3488
|
+
# Corresponds to the JSON property `podPidsLimit`
|
3489
|
+
# @return [Fixnum]
|
3490
|
+
attr_accessor :pod_pids_limit
|
3491
|
+
|
3484
3492
|
def initialize(**args)
|
3485
3493
|
update!(**args)
|
3486
3494
|
end
|
@@ -3490,6 +3498,7 @@ module Google
|
|
3490
3498
|
@cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
|
3491
3499
|
@cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
|
3492
3500
|
@cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
|
3501
|
+
@pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
|
3493
3502
|
end
|
3494
3503
|
end
|
3495
3504
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1beta1
|
18
18
|
# Version of the google-apis-container_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220328"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1789,6 +1789,7 @@ module Google
|
|
1789
1789
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
1790
1790
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
1791
1791
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
1792
|
+
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
1792
1793
|
end
|
1793
1794
|
end
|
1794
1795
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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-
|
11
|
+
date: 2022-04-18 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|