google-apis-container_v1beta1 0.26.0 → 0.29.0

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: d283d4957f776f69a5c7ce3d920e432b2116ea6b32d472d3d142b51379582aa3
4
- data.tar.gz: 559fc4afaede657a42b06d465c2d575f1a62b6450ca9e81925842b954cca3403
3
+ metadata.gz: da5cae016d16feddf7650288655cc479c8aa229c25ae34404ab268e9c9117d13
4
+ data.tar.gz: 46b7289a20b08c97ba5ca0d38fbf9cb379c3c738a5c5b1b88130e07a6344fb25
5
5
  SHA512:
6
- metadata.gz: 6f996452217a9a3ce69ae0a53b5dffa6c65bb0f785391bb6d3ce6430d22717b06a3aaefbfbdffa4d1efc0620d6443b63fec6c2ff16ce40205cd4bd320984d860
7
- data.tar.gz: 0be44934ccc3625b874f480bf1e72c2f1c4297ae6a07d4ab867cbd78b9266a94de40a3de5d1b33e59e4efb0b32d4305be13fadb9eab0d53bd76fece75a21066c
6
+ metadata.gz: dec55e77d7d7618a4c084a713f795ad1fe89b9218ebb331776779d57fa71826ddab1ec2ad78f900996811fa4d0e0211631287f788f4031f636f5946516749ceb
7
+ data.tar.gz: 1642867b44f0e5322ecd4e80312ef3b31d6abe7bbab8186dfbadcf70195c776551eac256c1fb647e83cb8c9aa582fed71febfcd9ce30476a706efb7026fa31cd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.29.0 (2022-04-25)
4
+
5
+ * Regenerated from discovery document revision 20220330
6
+
7
+ ### v0.28.0 (2022-04-14)
8
+
9
+ * Regenerated from discovery document revision 20220328
10
+
11
+ ### v0.27.0 (2022-03-22)
12
+
13
+ * Regenerated from discovery document revision 20220308
14
+
3
15
  ### v0.26.0 (2022-03-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220215
@@ -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
@@ -823,7 +823,9 @@ module Google
823
823
  # @return [Google::Apis::ContainerV1beta1::NetworkPolicy]
824
824
  attr_accessor :network_policy
825
825
 
826
- # Parameters that describe the nodes in a cluster.
826
+ # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
827
+ # clusters do not recognize parameters in `NodeConfig`. Use
828
+ # AutoprovisioningNodePoolDefaults instead.
827
829
  # Corresponds to the JSON property `nodeConfig`
828
830
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
829
831
  attr_accessor :node_config
@@ -1723,11 +1725,11 @@ module Google
1723
1725
  # Represents a whole or partial calendar date, such as a birthday. The time of
1724
1726
  # day and time zone are either specified elsewhere or are insignificant. The
1725
1727
  # date is relative to the Gregorian Calendar. This can represent one of the
1726
- # following: * A full date, with non-zero year, month, and day values * A month
1727
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
1728
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1729
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1730
- # DateTime * google.protobuf.Timestamp
1728
+ # following: * A full date, with non-zero year, month, and day values. * A month
1729
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1730
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1731
+ # example, a credit card expiration date). Related types: * google.type.
1732
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1731
1733
  class Date
1732
1734
  include Google::Apis::Core::Hashable
1733
1735
 
@@ -1805,8 +1807,7 @@ module Google
1805
1807
  # A generic empty message that you can re-use to avoid defining duplicated empty
1806
1808
  # messages in your APIs. A typical example is to use it as the request or the
1807
1809
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1808
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1809
- # `Empty` is empty JSON object ````.
1810
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1810
1811
  class Empty
1811
1812
  include Google::Apis::Core::Hashable
1812
1813
 
@@ -2481,9 +2482,10 @@ module Google
2481
2482
  include Google::Apis::Core::Hashable
2482
2483
 
2483
2484
  # The Linux kernel parameters to be applied to the nodes and all pods running on
2484
- # the nodes. The following parameters are supported. net.core.netdev_max_backlog
2485
- # net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max
2486
- # 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
2487
2489
  # Corresponds to the JSON property `sysctls`
2488
2490
  # @return [Hash<String,String>]
2489
2491
  attr_accessor :sysctls
@@ -3109,6 +3111,32 @@ module Google
3109
3111
  end
3110
3112
  end
3111
3113
 
3114
+ # Configuration of all network bandwidth tiers
3115
+ class NetworkPerformanceConfig
3116
+ include Google::Apis::Core::Hashable
3117
+
3118
+ # Specifies the network bandwidth tier for the NodePool for traffic to external/
3119
+ # public IP addresses.
3120
+ # Corresponds to the JSON property `externalIpEgressBandwidthTier`
3121
+ # @return [String]
3122
+ attr_accessor :external_ip_egress_bandwidth_tier
3123
+
3124
+ # Specifies the total network bandwidth tier for the NodePool.
3125
+ # Corresponds to the JSON property `totalEgressBandwidthTier`
3126
+ # @return [String]
3127
+ attr_accessor :total_egress_bandwidth_tier
3128
+
3129
+ def initialize(**args)
3130
+ update!(**args)
3131
+ end
3132
+
3133
+ # Update properties of this object
3134
+ def update!(**args)
3135
+ @external_ip_egress_bandwidth_tier = args[:external_ip_egress_bandwidth_tier] if args.key?(:external_ip_egress_bandwidth_tier)
3136
+ @total_egress_bandwidth_tier = args[:total_egress_bandwidth_tier] if args.key?(:total_egress_bandwidth_tier)
3137
+ end
3138
+ end
3139
+
3112
3140
  # Configuration options for the NetworkPolicy feature. https://kubernetes.io/
3113
3141
  # docs/concepts/services-networking/networkpolicies/
3114
3142
  class NetworkPolicy
@@ -3179,7 +3207,9 @@ module Google
3179
3207
  end
3180
3208
  end
3181
3209
 
3182
- # Parameters that describe the nodes in a cluster.
3210
+ # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3211
+ # clusters do not recognize parameters in `NodeConfig`. Use
3212
+ # AutoprovisioningNodePoolDefaults instead.
3183
3213
  class NodeConfig
3184
3214
  include Google::Apis::Core::Hashable
3185
3215
 
@@ -3203,6 +3233,12 @@ module Google
3203
3233
  # @return [String]
3204
3234
  attr_accessor :boot_disk_kms_key
3205
3235
 
3236
+ # ConfidentialNodes is configuration for the confidential nodes feature, which
3237
+ # makes nodes run on confidential VMs.
3238
+ # Corresponds to the JSON property `confidentialNodes`
3239
+ # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
3240
+ attr_accessor :confidential_nodes
3241
+
3206
3242
  # Size of the disk attached to each node, specified in GB. The smallest allowed
3207
3243
  # disk size is 10GB. If unspecified, the default disk size is 100GB.
3208
3244
  # Corresponds to the JSON property `diskSizeGb`
@@ -3390,6 +3426,7 @@ module Google
3390
3426
  @accelerators = args[:accelerators] if args.key?(:accelerators)
3391
3427
  @advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
3392
3428
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
3429
+ @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
3393
3430
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3394
3431
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3395
3432
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
@@ -3470,6 +3507,14 @@ module Google
3470
3507
  # @return [String]
3471
3508
  attr_accessor :cpu_manager_policy
3472
3509
 
3510
+ # Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-
3511
+ # limiting/#pod-pid-limits Controls the maximum number of processes allowed to
3512
+ # run in a pod. The value must be greater than or equal to 1024 and less than
3513
+ # 4194304.
3514
+ # Corresponds to the JSON property `podPidsLimit`
3515
+ # @return [Fixnum]
3516
+ attr_accessor :pod_pids_limit
3517
+
3473
3518
  def initialize(**args)
3474
3519
  update!(**args)
3475
3520
  end
@@ -3479,6 +3524,7 @@ module Google
3479
3524
  @cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
3480
3525
  @cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
3481
3526
  @cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
3527
+ @pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
3482
3528
  end
3483
3529
  end
3484
3530
 
@@ -3552,6 +3598,11 @@ module Google
3552
3598
  attr_accessor :create_pod_range
3553
3599
  alias_method :create_pod_range?, :create_pod_range
3554
3600
 
3601
+ # Configuration of all network bandwidth tiers
3602
+ # Corresponds to the JSON property `networkPerformanceConfig`
3603
+ # @return [Google::Apis::ContainerV1beta1::NetworkPerformanceConfig]
3604
+ attr_accessor :network_performance_config
3605
+
3555
3606
  # The IP address range for pod IPs in this node pool. Only applicable if `
3556
3607
  # create_pod_range` is true. Set to blank to have a range chosen with the
3557
3608
  # default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
@@ -3579,6 +3630,7 @@ module Google
3579
3630
  # Update properties of this object
3580
3631
  def update!(**args)
3581
3632
  @create_pod_range = args[:create_pod_range] if args.key?(:create_pod_range)
3633
+ @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
3582
3634
  @pod_ipv4_cidr_block = args[:pod_ipv4_cidr_block] if args.key?(:pod_ipv4_cidr_block)
3583
3635
  @pod_range = args[:pod_range] if args.key?(:pod_range)
3584
3636
  end
@@ -3617,7 +3669,9 @@ module Google
3617
3669
  # @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
3618
3670
  attr_accessor :conditions
3619
3671
 
3620
- # Parameters that describe the nodes in a cluster.
3672
+ # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3673
+ # clusters do not recognize parameters in `NodeConfig`. Use
3674
+ # AutoprovisioningNodePoolDefaults instead.
3621
3675
  # Corresponds to the JSON property `config`
3622
3676
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
3623
3677
  attr_accessor :config
@@ -5646,6 +5700,12 @@ module Google
5646
5700
  # @return [String]
5647
5701
  attr_accessor :cluster_id
5648
5702
 
5703
+ # ConfidentialNodes is configuration for the confidential nodes feature, which
5704
+ # makes nodes run on confidential VMs.
5705
+ # Corresponds to the JSON property `confidentialNodes`
5706
+ # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
5707
+ attr_accessor :confidential_nodes
5708
+
5649
5709
  # GcfsConfig contains configurations of Google Container File System.
5650
5710
  # Corresponds to the JSON property `gcfsConfig`
5651
5711
  # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
@@ -5754,6 +5814,7 @@ module Google
5754
5814
  # Update properties of this object
5755
5815
  def update!(**args)
5756
5816
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5817
+ @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
5757
5818
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
5758
5819
  @gvnic = args[:gvnic] if args.key?(:gvnic)
5759
5820
  @image_type = args[:image_type] if args.key?(:image_type)
@@ -6038,11 +6099,11 @@ module Google
6038
6099
  # Represents a whole or partial calendar date, such as a birthday. The time of
6039
6100
  # day and time zone are either specified elsewhere or are insignificant. The
6040
6101
  # date is relative to the Gregorian Calendar. This can represent one of the
6041
- # following: * A full date, with non-zero year, month, and day values * A month
6042
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
6043
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
6044
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
6045
- # DateTime * google.protobuf.Timestamp
6102
+ # following: * A full date, with non-zero year, month, and day values. * A month
6103
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
6104
+ # with a zero month and a zero day. * A year and month, with a zero day (for
6105
+ # example, a credit card expiration date). Related types: * google.type.
6106
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
6046
6107
  # Corresponds to the JSON property `supportEndDate`
6047
6108
  # @return [Google::Apis::ContainerV1beta1::Date]
6048
6109
  attr_accessor :support_end_date
@@ -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.26.0"
19
+ GEM_VERSION = "0.29.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 = "20220215"
25
+ REVISION = "20220330"
26
26
  end
27
27
  end
28
28
  end
@@ -460,6 +460,12 @@ module Google
460
460
  include Google::Apis::Core::JsonObjectSupport
461
461
  end
462
462
 
463
+ class NetworkPerformanceConfig
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
463
469
  class NetworkPolicy
464
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
471
 
@@ -1706,6 +1712,14 @@ module Google
1706
1712
  end
1707
1713
  end
1708
1714
 
1715
+ class NetworkPerformanceConfig
1716
+ # @private
1717
+ class Representation < Google::Apis::Core::JsonRepresentation
1718
+ property :external_ip_egress_bandwidth_tier, as: 'externalIpEgressBandwidthTier'
1719
+ property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
1720
+ end
1721
+ end
1722
+
1709
1723
  class NetworkPolicy
1710
1724
  # @private
1711
1725
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1736,6 +1750,8 @@ module Google
1736
1750
  property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ContainerV1beta1::AdvancedMachineFeatures, decorator: Google::Apis::ContainerV1beta1::AdvancedMachineFeatures::Representation
1737
1751
 
1738
1752
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
1753
+ property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
1754
+
1739
1755
  property :disk_size_gb, as: 'diskSizeGb'
1740
1756
  property :disk_type, as: 'diskType'
1741
1757
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
@@ -1787,6 +1803,7 @@ module Google
1787
1803
  property :cpu_cfs_quota, as: 'cpuCfsQuota'
1788
1804
  property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
1789
1805
  property :cpu_manager_policy, as: 'cpuManagerPolicy'
1806
+ property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
1790
1807
  end
1791
1808
  end
1792
1809
 
@@ -1811,6 +1828,8 @@ module Google
1811
1828
  # @private
1812
1829
  class Representation < Google::Apis::Core::JsonRepresentation
1813
1830
  property :create_pod_range, as: 'createPodRange'
1831
+ property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPerformanceConfig::Representation
1832
+
1814
1833
  property :pod_ipv4_cidr_block, as: 'podIpv4CidrBlock'
1815
1834
  property :pod_range, as: 'podRange'
1816
1835
  end
@@ -2326,6 +2345,8 @@ module Google
2326
2345
  # @private
2327
2346
  class Representation < Google::Apis::Core::JsonRepresentation
2328
2347
  property :cluster_id, as: 'clusterId'
2348
+ property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
2349
+
2329
2350
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
2330
2351
 
2331
2352
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
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.26.0
4
+ version: 0.29.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-07 00:00:00.000000000 Z
11
+ date: 2022-05-02 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.29.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: []