google-apis-container_v1beta1 0.71.0 → 0.72.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: f69e72c58d145b08bd3c65e01dd2bde94c8e9fd16600634e84706b4a49f745d7
|
4
|
+
data.tar.gz: 83220fdbc55fbabcaa5054b57f8eea3bf1916636ab74b7d95267139a3ec6bb14
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c0c31f9cc1098c376ce2d0653071a11468f01491a88321957d234711afaa891e271cbd94f14857226a79a5ee1598905ca00ba1c6d5922215198df784b0c364f
|
7
|
+
data.tar.gz: ef390eadfc1e91ae50e5b82d3362872e52b1f70adf7f760ec974c2bdbb883c9819b4693e8835e41982a8b01db93acb2c310235744c33f5909eb9af0ca4398efb
|
data/CHANGELOG.md
CHANGED
@@ -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)
|
@@ -2691,6 +2809,27 @@ module Google
|
|
2691
2809
|
end
|
2692
2810
|
end
|
2693
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
|
+
|
2694
2833
|
# GPUDriverInstallationConfig specifies the version of GPU driver to be auto
|
2695
2834
|
# installed.
|
2696
2835
|
class GpuDriverInstallationConfig
|
@@ -3045,6 +3184,31 @@ module Google
|
|
3045
3184
|
end
|
3046
3185
|
end
|
3047
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
|
+
|
3048
3212
|
# ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer
|
3049
3213
|
# subsetting on this cluster.
|
3050
3214
|
class IlbSubsettingConfig
|
@@ -3488,6 +3652,11 @@ module Google
|
|
3488
3652
|
# @return [String]
|
3489
3653
|
attr_accessor :cgroup_mode
|
3490
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
|
+
|
3491
3660
|
# The Linux kernel parameters to be applied to the nodes and all pods running on
|
3492
3661
|
# the nodes. The following parameters are supported. net.core.busy_poll net.core.
|
3493
3662
|
# busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default
|
@@ -3504,6 +3673,7 @@ module Google
|
|
3504
3673
|
# Update properties of this object
|
3505
3674
|
def update!(**args)
|
3506
3675
|
@cgroup_mode = args[:cgroup_mode] if args.key?(:cgroup_mode)
|
3676
|
+
@hugepages = args[:hugepages] if args.key?(:hugepages)
|
3507
3677
|
@sysctls = args[:sysctls] if args.key?(:sysctls)
|
3508
3678
|
end
|
3509
3679
|
end
|
@@ -4383,6 +4553,11 @@ module Google
|
|
4383
4553
|
# @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
|
4384
4554
|
attr_accessor :confidential_nodes
|
4385
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
|
+
|
4386
4561
|
# Size of the disk attached to each node, specified in GB. The smallest allowed
|
4387
4562
|
# disk size is 10GB. If unspecified, the default disk size is 100GB.
|
4388
4563
|
# Corresponds to the JSON property `diskSizeGb`
|
@@ -4645,6 +4820,7 @@ module Google
|
|
4645
4820
|
@advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
|
4646
4821
|
@boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
|
4647
4822
|
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
4823
|
+
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
4648
4824
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
4649
4825
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
4650
4826
|
@enable_confidential_storage = args[:enable_confidential_storage] if args.key?(:enable_confidential_storage)
|
@@ -4688,6 +4864,11 @@ module Google
|
|
4688
4864
|
class NodeConfigDefaults
|
4689
4865
|
include Google::Apis::Core::Hashable
|
4690
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
|
+
|
4691
4872
|
# GcfsConfig contains configurations of Google Container File System.
|
4692
4873
|
# Corresponds to the JSON property `gcfsConfig`
|
4693
4874
|
# @return [Google::Apis::ContainerV1beta1::GcfsConfig]
|
@@ -4710,6 +4891,7 @@ module Google
|
|
4710
4891
|
|
4711
4892
|
# Update properties of this object
|
4712
4893
|
def update!(**args)
|
4894
|
+
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
4713
4895
|
@gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
|
4714
4896
|
@host_maintenance_policy = args[:host_maintenance_policy] if args.key?(:host_maintenance_policy)
|
4715
4897
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
@@ -5775,6 +5957,33 @@ module Google
|
|
5775
5957
|
end
|
5776
5958
|
end
|
5777
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
|
+
|
5778
5987
|
# ProtectConfig defines the flags needed to enable/disable features for the
|
5779
5988
|
# Protect API.
|
5780
5989
|
class ProtectConfig
|
@@ -7551,6 +7760,12 @@ module Google
|
|
7551
7760
|
class UpdateNodePoolRequest
|
7552
7761
|
include Google::Apis::Core::Hashable
|
7553
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
|
+
|
7554
7769
|
# Required. Deprecated. The name of the cluster to upgrade. This field has been
|
7555
7770
|
# deprecated and replaced by the name field.
|
7556
7771
|
# Corresponds to the JSON property `clusterId`
|
@@ -7563,6 +7778,11 @@ module Google
|
|
7563
7778
|
# @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
|
7564
7779
|
attr_accessor :confidential_nodes
|
7565
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
|
+
|
7566
7786
|
# Optional. The desired disk size for nodes in the node pool. Initiates an
|
7567
7787
|
# upgrade operation that migrates the nodes in the node pool to the specified
|
7568
7788
|
# disk size.
|
@@ -7772,8 +7992,10 @@ module Google
|
|
7772
7992
|
|
7773
7993
|
# Update properties of this object
|
7774
7994
|
def update!(**args)
|
7995
|
+
@accelerators = args[:accelerators] if args.key?(:accelerators)
|
7775
7996
|
@cluster_id = args[:cluster_id] if args.key?(:cluster_id)
|
7776
7997
|
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
7998
|
+
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
7777
7999
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
7778
8000
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
7779
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.
|
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 = "
|
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
|
|
@@ -796,6 +832,12 @@ module Google
|
|
796
832
|
include Google::Apis::Core::JsonObjectSupport
|
797
833
|
end
|
798
834
|
|
835
|
+
class PrivateRegistryAccessConfig
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
799
841
|
class ProtectConfig
|
800
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
843
|
|
@@ -1402,6 +1444,15 @@ module Google
|
|
1402
1444
|
end
|
1403
1445
|
end
|
1404
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
|
+
|
1405
1456
|
class CheckAutopilotCompatibilityResponse
|
1406
1457
|
# @private
|
1407
1458
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1450,6 +1501,8 @@ module Google
|
|
1450
1501
|
property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
|
1451
1502
|
property :cluster_telemetry, as: 'clusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1452
1503
|
|
1504
|
+
property :compliance_posture_config, as: 'compliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
|
1505
|
+
|
1453
1506
|
collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
|
1454
1507
|
|
1455
1508
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
@@ -1607,6 +1660,8 @@ module Google
|
|
1607
1660
|
|
1608
1661
|
property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1609
1662
|
|
1663
|
+
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
1664
|
+
|
1610
1665
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1611
1666
|
|
1612
1667
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
|
@@ -1701,6 +1756,8 @@ module Google
|
|
1701
1756
|
property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
|
1702
1757
|
|
1703
1758
|
property :etag, as: 'etag'
|
1759
|
+
property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
1760
|
+
|
1704
1761
|
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1705
1762
|
|
1706
1763
|
end
|
@@ -1722,6 +1779,22 @@ module Google
|
|
1722
1779
|
end
|
1723
1780
|
end
|
1724
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
|
+
|
1725
1798
|
class ConfidentialNodes
|
1726
1799
|
# @private
|
1727
1800
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1743,6 +1816,14 @@ module Google
|
|
1743
1816
|
end
|
1744
1817
|
end
|
1745
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
|
+
|
1746
1827
|
class CostManagementConfig
|
1747
1828
|
# @private
|
1748
1829
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1776,6 +1857,7 @@ module Google
|
|
1776
1857
|
class DnsConfig
|
1777
1858
|
# @private
|
1778
1859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1860
|
+
property :additive_vpc_scope_dns_domain, as: 'additiveVpcScopeDnsDomain'
|
1779
1861
|
property :cluster_dns, as: 'clusterDns'
|
1780
1862
|
property :cluster_dns_domain, as: 'clusterDnsDomain'
|
1781
1863
|
property :cluster_dns_scope, as: 'clusterDnsScope'
|
@@ -1875,6 +1957,13 @@ module Google
|
|
1875
1957
|
end
|
1876
1958
|
end
|
1877
1959
|
|
1960
|
+
class GcpSecretManagerCertificateConfig
|
1961
|
+
# @private
|
1962
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1963
|
+
property :secret_uri, as: 'secretUri'
|
1964
|
+
end
|
1965
|
+
end
|
1966
|
+
|
1878
1967
|
class GpuDriverInstallationConfig
|
1879
1968
|
# @private
|
1880
1969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1989,6 +2078,14 @@ module Google
|
|
1989
2078
|
end
|
1990
2079
|
end
|
1991
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
|
+
|
1992
2089
|
class IlbSubsettingConfig
|
1993
2090
|
# @private
|
1994
2091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2094,6 +2191,8 @@ module Google
|
|
2094
2191
|
# @private
|
2095
2192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2096
2193
|
property :cgroup_mode, as: 'cgroupMode'
|
2194
|
+
property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1beta1::HugepagesConfig, decorator: Google::Apis::ContainerV1beta1::HugepagesConfig::Representation
|
2195
|
+
|
2097
2196
|
hash :sysctls, as: 'sysctls'
|
2098
2197
|
end
|
2099
2198
|
end
|
@@ -2362,6 +2461,8 @@ module Google
|
|
2362
2461
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
2363
2462
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
2364
2463
|
|
2464
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
2465
|
+
|
2365
2466
|
property :disk_size_gb, as: 'diskSizeGb'
|
2366
2467
|
property :disk_type, as: 'diskType'
|
2367
2468
|
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
@@ -2424,6 +2525,8 @@ module Google
|
|
2424
2525
|
class NodeConfigDefaults
|
2425
2526
|
# @private
|
2426
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
|
+
|
2427
2530
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
|
2428
2531
|
|
2429
2532
|
property :host_maintenance_policy, as: 'hostMaintenancePolicy', class: Google::Apis::ContainerV1beta1::HostMaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::HostMaintenancePolicy::Representation
|
@@ -2697,6 +2800,15 @@ module Google
|
|
2697
2800
|
end
|
2698
2801
|
end
|
2699
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
|
+
|
2700
2812
|
class ProtectConfig
|
2701
2813
|
# @private
|
2702
2814
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3152,9 +3264,13 @@ module Google
|
|
3152
3264
|
class UpdateNodePoolRequest
|
3153
3265
|
# @private
|
3154
3266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3267
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1beta1::AcceleratorConfig, decorator: Google::Apis::ContainerV1beta1::AcceleratorConfig::Representation
|
3268
|
+
|
3155
3269
|
property :cluster_id, as: 'clusterId'
|
3156
3270
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
3157
3271
|
|
3272
|
+
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
3273
|
+
|
3158
3274
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
3159
3275
|
property :disk_type, as: 'diskType'
|
3160
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.
|
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-
|
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.
|
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: []
|