google-apis-container_v1beta1 0.70.0 → 0.72.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: 5326daed32f56bc0896919eb505adfdb1ec6834eb544f252de1c540ff8e3c1be
4
- data.tar.gz: a1dcef220e189b66d936e0bfd7c83d1f4dd0180d6ec340bcc19b7a0048cc9037
3
+ metadata.gz: f69e72c58d145b08bd3c65e01dd2bde94c8e9fd16600634e84706b4a49f745d7
4
+ data.tar.gz: 83220fdbc55fbabcaa5054b57f8eea3bf1916636ab74b7d95267139a3ec6bb14
5
5
  SHA512:
6
- metadata.gz: 63ff6d6e88706b8108acc4b146e8744d3b5da6ed0baa6c9450baee55f87f688ae30ceb6fe2d2187b9d55d63757b8313c55bad0a46ab21e95823e030ce2ac37ff
7
- data.tar.gz: d603544c8ed4f81e36ab34e3ddfc5b57ab71675075262c3ec5928729b95c6f8c9f77bf0299919df1d1ad28ca9c7ef5f256b184bc65351152899d07111929bb3d
6
+ metadata.gz: 8c0c31f9cc1098c376ce2d0653071a11468f01491a88321957d234711afaa891e271cbd94f14857226a79a5ee1598905ca00ba1c6d5922215198df784b0c364f
7
+ data.tar.gz: ef390eadfc1e91ae50e5b82d3362872e52b1f70adf7f760ec974c2bdbb883c9819b4693e8835e41982a8b01db93acb2c310235744c33f5909eb9af0ca4398efb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.72.0 (2024-04-14)
4
+
5
+ * Regenerated from discovery document revision 20240327
6
+
7
+ ### v0.71.0 (2024-03-24)
8
+
9
+ * Regenerated from discovery document revision 20240313
10
+
3
11
  ### v0.70.0 (2024-03-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20240229
@@ -860,6 +860,34 @@ module Google
860
860
  end
861
861
  end
862
862
 
863
+ # CertificateAuthorityDomainConfig configures one or more fully qualified domain
864
+ # names (FQDN) to a specific certificate.
865
+ class CertificateAuthorityDomainConfig
866
+ include Google::Apis::Core::Hashable
867
+
868
+ # List of fully qualified domain names (FQDN). Specifying port is supported.
869
+ # Wilcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000
870
+ # Corresponds to the JSON property `fqdns`
871
+ # @return [Array<String>]
872
+ attr_accessor :fqdns
873
+
874
+ # GCPSecretManagerCertificateConfig configures a secret from [Google Secret
875
+ # Manager](https://cloud.google.com/secret-manager).
876
+ # Corresponds to the JSON property `gcpSecretManagerCertificateConfig`
877
+ # @return [Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig]
878
+ attr_accessor :gcp_secret_manager_certificate_config
879
+
880
+ def initialize(**args)
881
+ update!(**args)
882
+ end
883
+
884
+ # Update properties of this object
885
+ def update!(**args)
886
+ @fqdns = args[:fqdns] if args.key?(:fqdns)
887
+ @gcp_secret_manager_certificate_config = args[:gcp_secret_manager_certificate_config] if args.key?(:gcp_secret_manager_certificate_config)
888
+ end
889
+ end
890
+
863
891
  # CheckAutopilotCompatibilityResponse has a list of compatibility issues.
864
892
  class CheckAutopilotCompatibilityResponse
865
893
  include Google::Apis::Core::Hashable
@@ -1001,6 +1029,12 @@ module Google
1001
1029
  # @return [Google::Apis::ContainerV1beta1::ClusterTelemetry]
1002
1030
  attr_accessor :cluster_telemetry
1003
1031
 
1032
+ # CompliancePostureConfig defines the settings needed to enable/disable features
1033
+ # for the Compliance Posture.
1034
+ # Corresponds to the JSON property `compliancePostureConfig`
1035
+ # @return [Google::Apis::ContainerV1beta1::CompliancePostureConfig]
1036
+ attr_accessor :compliance_posture_config
1037
+
1004
1038
  # Which conditions caused the current cluster state.
1005
1039
  # Corresponds to the JSON property `conditions`
1006
1040
  # @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
@@ -1472,6 +1506,7 @@ module Google
1472
1506
  @binary_authorization = args[:binary_authorization] if args.key?(:binary_authorization)
1473
1507
  @cluster_ipv4_cidr = args[:cluster_ipv4_cidr] if args.key?(:cluster_ipv4_cidr)
1474
1508
  @cluster_telemetry = args[:cluster_telemetry] if args.key?(:cluster_telemetry)
1509
+ @compliance_posture_config = args[:compliance_posture_config] if args.key?(:compliance_posture_config)
1475
1510
  @conditions = args[:conditions] if args.key?(:conditions)
1476
1511
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
1477
1512
  @cost_management_config = args[:cost_management_config] if args.key?(:cost_management_config)
@@ -1678,6 +1713,11 @@ module Google
1678
1713
  # @return [Google::Apis::ContainerV1beta1::ClusterTelemetry]
1679
1714
  attr_accessor :desired_cluster_telemetry
1680
1715
 
1716
+ # ContainerdConfig contains configuration to customize containerd.
1717
+ # Corresponds to the JSON property `desiredContainerdConfig`
1718
+ # @return [Google::Apis::ContainerV1beta1::ContainerdConfig]
1719
+ attr_accessor :desired_containerd_config
1720
+
1681
1721
  # Configuration for fine-grained cost management feature.
1682
1722
  # Corresponds to the JSON property `desiredCostManagementConfig`
1683
1723
  # @return [Google::Apis::ContainerV1beta1::CostManagementConfig]
@@ -2017,6 +2057,11 @@ module Google
2017
2057
  # @return [String]
2018
2058
  attr_accessor :etag
2019
2059
 
2060
+ # Configuration options for private clusters.
2061
+ # Corresponds to the JSON property `privateClusterConfig`
2062
+ # @return [Google::Apis::ContainerV1beta1::PrivateClusterConfig]
2063
+ attr_accessor :private_cluster_config
2064
+
2020
2065
  # AdditionalPodRangesConfig is the configuration for additional pod secondary
2021
2066
  # ranges supporting the ClusterUpdate message.
2022
2067
  # Corresponds to the JSON property `removedAdditionalPodRangesConfig`
@@ -2036,6 +2081,7 @@ module Google
2036
2081
  @desired_binary_authorization = args[:desired_binary_authorization] if args.key?(:desired_binary_authorization)
2037
2082
  @desired_cluster_autoscaling = args[:desired_cluster_autoscaling] if args.key?(:desired_cluster_autoscaling)
2038
2083
  @desired_cluster_telemetry = args[:desired_cluster_telemetry] if args.key?(:desired_cluster_telemetry)
2084
+ @desired_containerd_config = args[:desired_containerd_config] if args.key?(:desired_containerd_config)
2039
2085
  @desired_cost_management_config = args[:desired_cost_management_config] if args.key?(:desired_cost_management_config)
2040
2086
  @desired_database_encryption = args[:desired_database_encryption] if args.key?(:desired_database_encryption)
2041
2087
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
@@ -2091,6 +2137,7 @@ module Google
2091
2137
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
2092
2138
  @enable_k8s_beta_apis = args[:enable_k8s_beta_apis] if args.key?(:enable_k8s_beta_apis)
2093
2139
  @etag = args[:etag] if args.key?(:etag)
2140
+ @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
2094
2141
  @removed_additional_pod_ranges_config = args[:removed_additional_pod_ranges_config] if args.key?(:removed_additional_pod_ranges_config)
2095
2142
  end
2096
2143
  end
@@ -2152,6 +2199,51 @@ module Google
2152
2199
  end
2153
2200
  end
2154
2201
 
2202
+ # CompliancePostureConfig defines the settings needed to enable/disable features
2203
+ # for the Compliance Posture.
2204
+ class CompliancePostureConfig
2205
+ include Google::Apis::Core::Hashable
2206
+
2207
+ # List of enabled compliance standards.
2208
+ # Corresponds to the JSON property `complianceStandards`
2209
+ # @return [Array<Google::Apis::ContainerV1beta1::ComplianceStandard>]
2210
+ attr_accessor :compliance_standards
2211
+
2212
+ # Defines the enablement mode for Compliance Posture.
2213
+ # Corresponds to the JSON property `mode`
2214
+ # @return [String]
2215
+ attr_accessor :mode
2216
+
2217
+ def initialize(**args)
2218
+ update!(**args)
2219
+ end
2220
+
2221
+ # Update properties of this object
2222
+ def update!(**args)
2223
+ @compliance_standards = args[:compliance_standards] if args.key?(:compliance_standards)
2224
+ @mode = args[:mode] if args.key?(:mode)
2225
+ end
2226
+ end
2227
+
2228
+ # Defines the details of a compliance standard.
2229
+ class ComplianceStandard
2230
+ include Google::Apis::Core::Hashable
2231
+
2232
+ # Name of the compliance standard.
2233
+ # Corresponds to the JSON property `standard`
2234
+ # @return [String]
2235
+ attr_accessor :standard
2236
+
2237
+ def initialize(**args)
2238
+ update!(**args)
2239
+ end
2240
+
2241
+ # Update properties of this object
2242
+ def update!(**args)
2243
+ @standard = args[:standard] if args.key?(:standard)
2244
+ end
2245
+ end
2246
+
2155
2247
  # ConfidentialNodes is configuration for the confidential nodes feature, which
2156
2248
  # makes nodes run on confidential VMs.
2157
2249
  class ConfidentialNodes
@@ -2214,6 +2306,26 @@ module Google
2214
2306
  end
2215
2307
  end
2216
2308
 
2309
+ # ContainerdConfig contains configuration to customize containerd.
2310
+ class ContainerdConfig
2311
+ include Google::Apis::Core::Hashable
2312
+
2313
+ # PrivateRegistryAccessConfig contains access configuration for private
2314
+ # container registries.
2315
+ # Corresponds to the JSON property `privateRegistryAccessConfig`
2316
+ # @return [Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig]
2317
+ attr_accessor :private_registry_access_config
2318
+
2319
+ def initialize(**args)
2320
+ update!(**args)
2321
+ end
2322
+
2323
+ # Update properties of this object
2324
+ def update!(**args)
2325
+ @private_registry_access_config = args[:private_registry_access_config] if args.key?(:private_registry_access_config)
2326
+ end
2327
+ end
2328
+
2217
2329
  # Configuration for fine-grained cost management feature.
2218
2330
  class CostManagementConfig
2219
2331
  include Google::Apis::Core::Hashable
@@ -2334,6 +2446,11 @@ module Google
2334
2446
  class DnsConfig
2335
2447
  include Google::Apis::Core::Hashable
2336
2448
 
2449
+ # Optional. The domain used in Additive VPC scope.
2450
+ # Corresponds to the JSON property `additiveVpcScopeDnsDomain`
2451
+ # @return [String]
2452
+ attr_accessor :additive_vpc_scope_dns_domain
2453
+
2337
2454
  # cluster_dns indicates which in-cluster DNS provider should be used.
2338
2455
  # Corresponds to the JSON property `clusterDns`
2339
2456
  # @return [String]
@@ -2355,6 +2472,7 @@ module Google
2355
2472
 
2356
2473
  # Update properties of this object
2357
2474
  def update!(**args)
2475
+ @additive_vpc_scope_dns_domain = args[:additive_vpc_scope_dns_domain] if args.key?(:additive_vpc_scope_dns_domain)
2358
2476
  @cluster_dns = args[:cluster_dns] if args.key?(:cluster_dns)
2359
2477
  @cluster_dns_domain = args[:cluster_dns_domain] if args.key?(:cluster_dns_domain)
2360
2478
  @cluster_dns_scope = args[:cluster_dns_scope] if args.key?(:cluster_dns_scope)
@@ -2392,12 +2510,28 @@ module Google
2392
2510
  class DatabaseEncryption
2393
2511
  include Google::Apis::Core::Hashable
2394
2512
 
2513
+ # Output only. The current state of etcd encryption.
2514
+ # Corresponds to the JSON property `currentState`
2515
+ # @return [String]
2516
+ attr_accessor :current_state
2517
+
2518
+ # Output only. Keys in use by the cluster for decrypting existing objects, in
2519
+ # addition to the key in `key_name`. Each item is a CloudKMS key resource.
2520
+ # Corresponds to the JSON property `decryptionKeys`
2521
+ # @return [Array<String>]
2522
+ attr_accessor :decryption_keys
2523
+
2395
2524
  # Name of CloudKMS key to use for the encryption of secrets in etcd. Ex.
2396
2525
  # projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
2397
2526
  # Corresponds to the JSON property `keyName`
2398
2527
  # @return [String]
2399
2528
  attr_accessor :key_name
2400
2529
 
2530
+ # Output only. Records errors seen during DatabaseEncryption update operations.
2531
+ # Corresponds to the JSON property `lastOperationErrors`
2532
+ # @return [Array<Google::Apis::ContainerV1beta1::OperationError>]
2533
+ attr_accessor :last_operation_errors
2534
+
2401
2535
  # The desired state of etcd encryption.
2402
2536
  # Corresponds to the JSON property `state`
2403
2537
  # @return [String]
@@ -2409,7 +2543,10 @@ module Google
2409
2543
 
2410
2544
  # Update properties of this object
2411
2545
  def update!(**args)
2546
+ @current_state = args[:current_state] if args.key?(:current_state)
2547
+ @decryption_keys = args[:decryption_keys] if args.key?(:decryption_keys)
2412
2548
  @key_name = args[:key_name] if args.key?(:key_name)
2549
+ @last_operation_errors = args[:last_operation_errors] if args.key?(:last_operation_errors)
2413
2550
  @state = args[:state] if args.key?(:state)
2414
2551
  end
2415
2552
  end
@@ -2672,6 +2809,27 @@ module Google
2672
2809
  end
2673
2810
  end
2674
2811
 
2812
+ # GCPSecretManagerCertificateConfig configures a secret from [Google Secret
2813
+ # Manager](https://cloud.google.com/secret-manager).
2814
+ class GcpSecretManagerCertificateConfig
2815
+ include Google::Apis::Core::Hashable
2816
+
2817
+ # Secret URI, in the form "projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$
2818
+ # VERSION". Version can be fixed (e.g. "2") or "latest"
2819
+ # Corresponds to the JSON property `secretUri`
2820
+ # @return [String]
2821
+ attr_accessor :secret_uri
2822
+
2823
+ def initialize(**args)
2824
+ update!(**args)
2825
+ end
2826
+
2827
+ # Update properties of this object
2828
+ def update!(**args)
2829
+ @secret_uri = args[:secret_uri] if args.key?(:secret_uri)
2830
+ end
2831
+ end
2832
+
2675
2833
  # GPUDriverInstallationConfig specifies the version of GPU driver to be auto
2676
2834
  # installed.
2677
2835
  class GpuDriverInstallationConfig
@@ -3026,6 +3184,31 @@ module Google
3026
3184
  end
3027
3185
  end
3028
3186
 
3187
+ # Hugepages amount in both 2m and 1g size
3188
+ class HugepagesConfig
3189
+ include Google::Apis::Core::Hashable
3190
+
3191
+ # Optional. Amount of 1G hugepages
3192
+ # Corresponds to the JSON property `hugepageSize1g`
3193
+ # @return [Fixnum]
3194
+ attr_accessor :hugepage_size1g
3195
+
3196
+ # Optional. Amount of 2M hugepages
3197
+ # Corresponds to the JSON property `hugepageSize2m`
3198
+ # @return [Fixnum]
3199
+ attr_accessor :hugepage_size2m
3200
+
3201
+ def initialize(**args)
3202
+ update!(**args)
3203
+ end
3204
+
3205
+ # Update properties of this object
3206
+ def update!(**args)
3207
+ @hugepage_size1g = args[:hugepage_size1g] if args.key?(:hugepage_size1g)
3208
+ @hugepage_size2m = args[:hugepage_size2m] if args.key?(:hugepage_size2m)
3209
+ end
3210
+ end
3211
+
3029
3212
  # ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer
3030
3213
  # subsetting on this cluster.
3031
3214
  class IlbSubsettingConfig
@@ -3469,6 +3652,11 @@ module Google
3469
3652
  # @return [String]
3470
3653
  attr_accessor :cgroup_mode
3471
3654
 
3655
+ # Hugepages amount in both 2m and 1g size
3656
+ # Corresponds to the JSON property `hugepages`
3657
+ # @return [Google::Apis::ContainerV1beta1::HugepagesConfig]
3658
+ attr_accessor :hugepages
3659
+
3472
3660
  # The Linux kernel parameters to be applied to the nodes and all pods running on
3473
3661
  # the nodes. The following parameters are supported. net.core.busy_poll net.core.
3474
3662
  # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default
@@ -3485,6 +3673,7 @@ module Google
3485
3673
  # Update properties of this object
3486
3674
  def update!(**args)
3487
3675
  @cgroup_mode = args[:cgroup_mode] if args.key?(:cgroup_mode)
3676
+ @hugepages = args[:hugepages] if args.key?(:hugepages)
3488
3677
  @sysctls = args[:sysctls] if args.key?(:sysctls)
3489
3678
  end
3490
3679
  end
@@ -4364,6 +4553,11 @@ module Google
4364
4553
  # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
4365
4554
  attr_accessor :confidential_nodes
4366
4555
 
4556
+ # ContainerdConfig contains configuration to customize containerd.
4557
+ # Corresponds to the JSON property `containerdConfig`
4558
+ # @return [Google::Apis::ContainerV1beta1::ContainerdConfig]
4559
+ attr_accessor :containerd_config
4560
+
4367
4561
  # Size of the disk attached to each node, specified in GB. The smallest allowed
4368
4562
  # disk size is 10GB. If unspecified, the default disk size is 100GB.
4369
4563
  # Corresponds to the JSON property `diskSizeGb`
@@ -4626,6 +4820,7 @@ module Google
4626
4820
  @advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
4627
4821
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
4628
4822
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
4823
+ @containerd_config = args[:containerd_config] if args.key?(:containerd_config)
4629
4824
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
4630
4825
  @disk_type = args[:disk_type] if args.key?(:disk_type)
4631
4826
  @enable_confidential_storage = args[:enable_confidential_storage] if args.key?(:enable_confidential_storage)
@@ -4669,6 +4864,11 @@ module Google
4669
4864
  class NodeConfigDefaults
4670
4865
  include Google::Apis::Core::Hashable
4671
4866
 
4867
+ # ContainerdConfig contains configuration to customize containerd.
4868
+ # Corresponds to the JSON property `containerdConfig`
4869
+ # @return [Google::Apis::ContainerV1beta1::ContainerdConfig]
4870
+ attr_accessor :containerd_config
4871
+
4672
4872
  # GcfsConfig contains configurations of Google Container File System.
4673
4873
  # Corresponds to the JSON property `gcfsConfig`
4674
4874
  # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
@@ -4691,6 +4891,7 @@ module Google
4691
4891
 
4692
4892
  # Update properties of this object
4693
4893
  def update!(**args)
4894
+ @containerd_config = args[:containerd_config] if args.key?(:containerd_config)
4694
4895
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
4695
4896
  @host_maintenance_policy = args[:host_maintenance_policy] if args.key?(:host_maintenance_policy)
4696
4897
  @logging_config = args[:logging_config] if args.key?(:logging_config)
@@ -5434,6 +5635,38 @@ module Google
5434
5635
  end
5435
5636
  end
5436
5637
 
5638
+ # OperationError records errors seen from CloudKMS keys encountered during
5639
+ # updates to DatabaseEncryption configuration.
5640
+ class OperationError
5641
+ include Google::Apis::Core::Hashable
5642
+
5643
+ # Description of the error seen during the operation.
5644
+ # Corresponds to the JSON property `errorMessage`
5645
+ # @return [String]
5646
+ attr_accessor :error_message
5647
+
5648
+ # CloudKMS key resource that had the error.
5649
+ # Corresponds to the JSON property `keyName`
5650
+ # @return [String]
5651
+ attr_accessor :key_name
5652
+
5653
+ # Time when the CloudKMS error was seen.
5654
+ # Corresponds to the JSON property `timestamp`
5655
+ # @return [String]
5656
+ attr_accessor :timestamp
5657
+
5658
+ def initialize(**args)
5659
+ update!(**args)
5660
+ end
5661
+
5662
+ # Update properties of this object
5663
+ def update!(**args)
5664
+ @error_message = args[:error_message] if args.key?(:error_message)
5665
+ @key_name = args[:key_name] if args.key?(:key_name)
5666
+ @timestamp = args[:timestamp] if args.key?(:timestamp)
5667
+ end
5668
+ end
5669
+
5437
5670
  # Information about operation (or operation stage) progress.
5438
5671
  class OperationProgress
5439
5672
  include Google::Apis::Core::Hashable
@@ -5724,6 +5957,33 @@ module Google
5724
5957
  end
5725
5958
  end
5726
5959
 
5960
+ # PrivateRegistryAccessConfig contains access configuration for private
5961
+ # container registries.
5962
+ class PrivateRegistryAccessConfig
5963
+ include Google::Apis::Core::Hashable
5964
+
5965
+ # Private registry access configuration.
5966
+ # Corresponds to the JSON property `certificateAuthorityDomainConfig`
5967
+ # @return [Array<Google::Apis::ContainerV1beta1::CertificateAuthorityDomainConfig>]
5968
+ attr_accessor :certificate_authority_domain_config
5969
+
5970
+ # Private registry access is enabled.
5971
+ # Corresponds to the JSON property `enabled`
5972
+ # @return [Boolean]
5973
+ attr_accessor :enabled
5974
+ alias_method :enabled?, :enabled
5975
+
5976
+ def initialize(**args)
5977
+ update!(**args)
5978
+ end
5979
+
5980
+ # Update properties of this object
5981
+ def update!(**args)
5982
+ @certificate_authority_domain_config = args[:certificate_authority_domain_config] if args.key?(:certificate_authority_domain_config)
5983
+ @enabled = args[:enabled] if args.key?(:enabled)
5984
+ end
5985
+ end
5986
+
5727
5987
  # ProtectConfig defines the flags needed to enable/disable features for the
5728
5988
  # Protect API.
5729
5989
  class ProtectConfig
@@ -7500,6 +7760,12 @@ module Google
7500
7760
  class UpdateNodePoolRequest
7501
7761
  include Google::Apis::Core::Hashable
7502
7762
 
7763
+ # A list of hardware accelerators to be attached to each node. See https://cloud.
7764
+ # google.com/compute/docs/gpus for more information about support for GPUs.
7765
+ # Corresponds to the JSON property `accelerators`
7766
+ # @return [Array<Google::Apis::ContainerV1beta1::AcceleratorConfig>]
7767
+ attr_accessor :accelerators
7768
+
7503
7769
  # Required. Deprecated. The name of the cluster to upgrade. This field has been
7504
7770
  # deprecated and replaced by the name field.
7505
7771
  # Corresponds to the JSON property `clusterId`
@@ -7512,6 +7778,11 @@ module Google
7512
7778
  # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
7513
7779
  attr_accessor :confidential_nodes
7514
7780
 
7781
+ # ContainerdConfig contains configuration to customize containerd.
7782
+ # Corresponds to the JSON property `containerdConfig`
7783
+ # @return [Google::Apis::ContainerV1beta1::ContainerdConfig]
7784
+ attr_accessor :containerd_config
7785
+
7515
7786
  # Optional. The desired disk size for nodes in the node pool. Initiates an
7516
7787
  # upgrade operation that migrates the nodes in the node pool to the specified
7517
7788
  # disk size.
@@ -7721,8 +7992,10 @@ module Google
7721
7992
 
7722
7993
  # Update properties of this object
7723
7994
  def update!(**args)
7995
+ @accelerators = args[:accelerators] if args.key?(:accelerators)
7724
7996
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
7725
7997
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
7998
+ @containerd_config = args[:containerd_config] if args.key?(:containerd_config)
7726
7999
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
7727
8000
  @disk_type = args[:disk_type] if args.key?(:disk_type)
7728
8001
  @etag = args[:etag] if args.key?(:etag)
@@ -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.70.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240229"
25
+ REVISION = "20240327"
26
26
  end
27
27
  end
28
28
  end
@@ -148,6 +148,12 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
+ class CertificateAuthorityDomainConfig
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
151
157
  class CheckAutopilotCompatibilityResponse
152
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
159
 
@@ -214,6 +220,18 @@ module Google
214
220
  include Google::Apis::Core::JsonObjectSupport
215
221
  end
216
222
 
223
+ class CompliancePostureConfig
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class ComplianceStandard
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
217
235
  class ConfidentialNodes
218
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
237
 
@@ -232,6 +250,12 @@ module Google
232
250
  include Google::Apis::Core::JsonObjectSupport
233
251
  end
234
252
 
253
+ class ContainerdConfig
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
235
259
  class CostManagementConfig
236
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
261
 
@@ -328,6 +352,12 @@ module Google
328
352
  include Google::Apis::Core::JsonObjectSupport
329
353
  end
330
354
 
355
+ class GcpSecretManagerCertificateConfig
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
331
361
  class GpuDriverInstallationConfig
332
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
363
 
@@ -412,6 +442,12 @@ module Google
412
442
  include Google::Apis::Core::JsonObjectSupport
413
443
  end
414
444
 
445
+ class HugepagesConfig
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
415
451
  class IlbSubsettingConfig
416
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
453
 
@@ -736,6 +772,12 @@ module Google
736
772
  include Google::Apis::Core::JsonObjectSupport
737
773
  end
738
774
 
775
+ class OperationError
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
739
781
  class OperationProgress
740
782
  class Representation < Google::Apis::Core::JsonRepresentation; end
741
783
 
@@ -790,6 +832,12 @@ module Google
790
832
  include Google::Apis::Core::JsonObjectSupport
791
833
  end
792
834
 
835
+ class PrivateRegistryAccessConfig
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
793
841
  class ProtectConfig
794
842
  class Representation < Google::Apis::Core::JsonRepresentation; end
795
843
 
@@ -1396,6 +1444,15 @@ module Google
1396
1444
  end
1397
1445
  end
1398
1446
 
1447
+ class CertificateAuthorityDomainConfig
1448
+ # @private
1449
+ class Representation < Google::Apis::Core::JsonRepresentation
1450
+ collection :fqdns, as: 'fqdns'
1451
+ property :gcp_secret_manager_certificate_config, as: 'gcpSecretManagerCertificateConfig', class: Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig, decorator: Google::Apis::ContainerV1beta1::GcpSecretManagerCertificateConfig::Representation
1452
+
1453
+ end
1454
+ end
1455
+
1399
1456
  class CheckAutopilotCompatibilityResponse
1400
1457
  # @private
1401
1458
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1444,6 +1501,8 @@ module Google
1444
1501
  property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
1445
1502
  property :cluster_telemetry, as: 'clusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
1446
1503
 
1504
+ property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
1505
+
1447
1506
  collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
1448
1507
 
1449
1508
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
@@ -1601,6 +1660,8 @@ module Google
1601
1660
 
1602
1661
  property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
1603
1662
 
1663
+ property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
1664
+
1604
1665
  property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
1605
1666
 
1606
1667
  property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
@@ -1695,6 +1756,8 @@ module Google
1695
1756
  property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
1696
1757
 
1697
1758
  property :etag, as: 'etag'
1759
+ property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1760
+
1698
1761
  property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
1699
1762
 
1700
1763
  end
@@ -1716,6 +1779,22 @@ module Google
1716
1779
  end
1717
1780
  end
1718
1781
 
1782
+ class CompliancePostureConfig
1783
+ # @private
1784
+ class Representation < Google::Apis::Core::JsonRepresentation
1785
+ collection :compliance_standards, as: 'complianceStandards', class: Google::Apis::ContainerV1beta1::ComplianceStandard, decorator: Google::Apis::ContainerV1beta1::ComplianceStandard::Representation
1786
+
1787
+ property :mode, as: 'mode'
1788
+ end
1789
+ end
1790
+
1791
+ class ComplianceStandard
1792
+ # @private
1793
+ class Representation < Google::Apis::Core::JsonRepresentation
1794
+ property :standard, as: 'standard'
1795
+ end
1796
+ end
1797
+
1719
1798
  class ConfidentialNodes
1720
1799
  # @private
1721
1800
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1737,6 +1816,14 @@ module Google
1737
1816
  end
1738
1817
  end
1739
1818
 
1819
+ class ContainerdConfig
1820
+ # @private
1821
+ class Representation < Google::Apis::Core::JsonRepresentation
1822
+ property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig::Representation
1823
+
1824
+ end
1825
+ end
1826
+
1740
1827
  class CostManagementConfig
1741
1828
  # @private
1742
1829
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1770,6 +1857,7 @@ module Google
1770
1857
  class DnsConfig
1771
1858
  # @private
1772
1859
  class Representation < Google::Apis::Core::JsonRepresentation
1860
+ property :additive_vpc_scope_dns_domain, as: 'additiveVpcScopeDnsDomain'
1773
1861
  property :cluster_dns, as: 'clusterDns'
1774
1862
  property :cluster_dns_domain, as: 'clusterDnsDomain'
1775
1863
  property :cluster_dns_scope, as: 'clusterDnsScope'
@@ -1787,7 +1875,11 @@ module Google
1787
1875
  class DatabaseEncryption
1788
1876
  # @private
1789
1877
  class Representation < Google::Apis::Core::JsonRepresentation
1878
+ property :current_state, as: 'currentState'
1879
+ collection :decryption_keys, as: 'decryptionKeys'
1790
1880
  property :key_name, as: 'keyName'
1881
+ collection :last_operation_errors, as: 'lastOperationErrors', class: Google::Apis::ContainerV1beta1::OperationError, decorator: Google::Apis::ContainerV1beta1::OperationError::Representation
1882
+
1791
1883
  property :state, as: 'state'
1792
1884
  end
1793
1885
  end
@@ -1865,6 +1957,13 @@ module Google
1865
1957
  end
1866
1958
  end
1867
1959
 
1960
+ class GcpSecretManagerCertificateConfig
1961
+ # @private
1962
+ class Representation < Google::Apis::Core::JsonRepresentation
1963
+ property :secret_uri, as: 'secretUri'
1964
+ end
1965
+ end
1966
+
1868
1967
  class GpuDriverInstallationConfig
1869
1968
  # @private
1870
1969
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1979,6 +2078,14 @@ module Google
1979
2078
  end
1980
2079
  end
1981
2080
 
2081
+ class HugepagesConfig
2082
+ # @private
2083
+ class Representation < Google::Apis::Core::JsonRepresentation
2084
+ property :hugepage_size1g, as: 'hugepageSize1g'
2085
+ property :hugepage_size2m, as: 'hugepageSize2m'
2086
+ end
2087
+ end
2088
+
1982
2089
  class IlbSubsettingConfig
1983
2090
  # @private
1984
2091
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2084,6 +2191,8 @@ module Google
2084
2191
  # @private
2085
2192
  class Representation < Google::Apis::Core::JsonRepresentation
2086
2193
  property :cgroup_mode, as: 'cgroupMode'
2194
+ property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1beta1::HugepagesConfig, decorator: Google::Apis::ContainerV1beta1::HugepagesConfig::Representation
2195
+
2087
2196
  hash :sysctls, as: 'sysctls'
2088
2197
  end
2089
2198
  end
@@ -2352,6 +2461,8 @@ module Google
2352
2461
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
2353
2462
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
2354
2463
 
2464
+ property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
2465
+
2355
2466
  property :disk_size_gb, as: 'diskSizeGb'
2356
2467
  property :disk_type, as: 'diskType'
2357
2468
  property :enable_confidential_storage, as: 'enableConfidentialStorage'
@@ -2414,6 +2525,8 @@ module Google
2414
2525
  class NodeConfigDefaults
2415
2526
  # @private
2416
2527
  class Representation < Google::Apis::Core::JsonRepresentation
2528
+ property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
2529
+
2417
2530
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
2418
2531
 
2419
2532
  property :host_maintenance_policy, as: 'hostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
@@ -2597,6 +2710,15 @@ module Google
2597
2710
  end
2598
2711
  end
2599
2712
 
2713
+ class OperationError
2714
+ # @private
2715
+ class Representation < Google::Apis::Core::JsonRepresentation
2716
+ property :error_message, as: 'errorMessage'
2717
+ property :key_name, as: 'keyName'
2718
+ property :timestamp, as: 'timestamp'
2719
+ end
2720
+ end
2721
+
2600
2722
  class OperationProgress
2601
2723
  # @private
2602
2724
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2678,6 +2800,15 @@ module Google
2678
2800
  end
2679
2801
  end
2680
2802
 
2803
+ class PrivateRegistryAccessConfig
2804
+ # @private
2805
+ class Representation < Google::Apis::Core::JsonRepresentation
2806
+ collection :certificate_authority_domain_config, as: 'certificateAuthorityDomainConfig', class: Google::Apis::ContainerV1beta1::CertificateAuthorityDomainConfig, decorator: Google::Apis::ContainerV1beta1::CertificateAuthorityDomainConfig::Representation
2807
+
2808
+ property :enabled, as: 'enabled'
2809
+ end
2810
+ end
2811
+
2681
2812
  class ProtectConfig
2682
2813
  # @private
2683
2814
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3133,9 +3264,13 @@ module Google
3133
3264
  class UpdateNodePoolRequest
3134
3265
  # @private
3135
3266
  class Representation < Google::Apis::Core::JsonRepresentation
3267
+ collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1beta1::AcceleratorConfig, decorator: Google::Apis::ContainerV1beta1::AcceleratorConfig::Representation
3268
+
3136
3269
  property :cluster_id, as: 'clusterId'
3137
3270
  property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
3138
3271
 
3272
+ property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
3273
+
3139
3274
  property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
3140
3275
  property :disk_type, as: 'diskType'
3141
3276
  property :etag, as: 'etag'
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.70.0
4
+ version: 0.72.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: 2024-03-17 00:00:00.000000000 Z
11
+ date: 2024-04-21 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.70.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.72.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: []