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: 39677e3ea3046b273ad8182756a4e5bb6caa8f70fb1adb8d9e73b003bebfa5a7
4
- data.tar.gz: ed452e6400db1de49b0fb9c59f5efd0c6ea957b6877d35e986b1477a78eb4958
3
+ metadata.gz: 88ed92358dcca735a7121ae03dcfbebb337b35668a14ed042b310470401ccde4
4
+ data.tar.gz: 13b88cf9c5282c0d60f2f6c19f6b67f2774b2198221c95468e2ddf7890c59fce
5
5
  SHA512:
6
- metadata.gz: 7fbe7b372489f10c7010c1a63d7b039828bdcc7745acdfcec8ed241d73f0225040637a7879231de00565c4fd18b998d84a750d68be6521952c9274d397eafd40
7
- data.tar.gz: 947e185b0b9a88ceafc9591a768e494b177c7300a7c615c740a350e5e8050d0310dae00767200876008c29d796155f33b480c4991085c479f89296e10fa63765
6
+ metadata.gz: 99ad583241efaaca10f6f8f5fa4b3695aeff78bb5129e4a90b5fecb6636db4dbaffa1e4a4076bde38fb3a59b7de3deeada7c4631f1592e28328e7dab2fde72a5
7
+ data.tar.gz: 31a91deb9b0594aade77d8a92f9fe59ad338c3f75454eb9295f0a5df5c95abf97237cc83a6d4e220535f82dbe3cafca726cdc3e915c80c292ff2dd7b883313ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.28.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220328
6
+
3
7
  ### v0.27.0 (2022-03-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220308
@@ -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 Google Binauthz.
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); ` The JSON representation for
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.netdev_max_backlog
2487
- # net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max
2488
- # net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
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.27.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 = "20220308"
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.27.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-03-28 00:00:00.000000000 Z
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.27.0
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: []