google-apis-container_v1beta1 0.74.0 → 0.76.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/container_v1beta1/classes.rb +879 -93
- data/lib/google/apis/container_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1beta1/representations.rb +297 -0
- data/lib/google/apis/container_v1beta1/service.rb +141 -1
- data/lib/google/apis/container_v1beta1.rb +1 -1
- metadata +4 -4
@@ -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.76.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class AutoMonitoringConfig
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class AutoUpgradeOptions
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -208,6 +214,12 @@ module Google
|
|
208
214
|
include Google::Apis::Core::JsonObjectSupport
|
209
215
|
end
|
210
216
|
|
217
|
+
class ClusterUpgradeInfo
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
211
223
|
class CompleteIpRotationRequest
|
212
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
225
|
|
@@ -256,6 +268,12 @@ module Google
|
|
256
268
|
include Google::Apis::Core::JsonObjectSupport
|
257
269
|
end
|
258
270
|
|
271
|
+
class ControlPlaneEndpointsConfig
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
259
277
|
class CostManagementConfig
|
260
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
279
|
|
@@ -280,6 +298,12 @@ module Google
|
|
280
298
|
include Google::Apis::Core::JsonObjectSupport
|
281
299
|
end
|
282
300
|
|
301
|
+
class DnsEndpointConfig
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
283
307
|
class DailyMaintenanceWindow
|
284
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
309
|
|
@@ -304,6 +328,12 @@ module Google
|
|
304
328
|
include Google::Apis::Core::JsonObjectSupport
|
305
329
|
end
|
306
330
|
|
331
|
+
class DesiredEnterpriseConfig
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
307
337
|
class DnsCacheConfig
|
308
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
339
|
|
@@ -460,6 +490,12 @@ module Google
|
|
460
490
|
include Google::Apis::Core::JsonObjectSupport
|
461
491
|
end
|
462
492
|
|
493
|
+
class IpEndpointsConfig
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
463
499
|
class IdentityServiceConfig
|
464
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
501
|
|
@@ -748,6 +784,12 @@ module Google
|
|
748
784
|
include Google::Apis::Core::JsonObjectSupport
|
749
785
|
end
|
750
786
|
|
787
|
+
class NodePoolUpgradeInfo
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
751
793
|
class NodeTaint
|
752
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
795
|
|
@@ -790,6 +832,12 @@ module Google
|
|
790
832
|
include Google::Apis::Core::JsonObjectSupport
|
791
833
|
end
|
792
834
|
|
835
|
+
class ParallelstoreCsiDriverConfig
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
793
841
|
class ParentProductConfig
|
794
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
843
|
|
@@ -802,6 +850,12 @@ module Google
|
|
802
850
|
include Google::Apis::Core::JsonObjectSupport
|
803
851
|
end
|
804
852
|
|
853
|
+
class PodAutoscaling
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
805
859
|
class PodCidrOverprovisionConfig
|
806
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
861
|
|
@@ -856,12 +910,36 @@ module Google
|
|
856
910
|
include Google::Apis::Core::JsonObjectSupport
|
857
911
|
end
|
858
912
|
|
913
|
+
class RbacBindingConfig
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
859
919
|
class RangeInfo
|
860
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
921
|
|
862
922
|
include Google::Apis::Core::JsonObjectSupport
|
863
923
|
end
|
864
924
|
|
925
|
+
class RayClusterLoggingConfig
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class RayClusterMonitoringConfig
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
937
|
+
class RayOperatorConfig
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
+
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
941
|
+
end
|
942
|
+
|
865
943
|
class RecurringTimeWindow
|
866
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
945
|
|
@@ -1126,12 +1204,24 @@ module Google
|
|
1126
1204
|
include Google::Apis::Core::JsonObjectSupport
|
1127
1205
|
end
|
1128
1206
|
|
1207
|
+
class UpgradeDetails
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1129
1213
|
class UpgradeEvent
|
1130
1214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
1215
|
|
1132
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1133
1217
|
end
|
1134
1218
|
|
1219
|
+
class UpgradeInfoEvent
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1135
1225
|
class UpgradeSettings
|
1136
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
1227
|
|
@@ -1150,6 +1240,12 @@ module Google
|
|
1150
1240
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1241
|
end
|
1152
1242
|
|
1243
|
+
class UserManagedKeysConfig
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1153
1249
|
class VerticalPodAutoscaling
|
1154
1250
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1251
|
|
@@ -1243,6 +1339,7 @@ module Google
|
|
1243
1339
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1244
1340
|
property :max_pods_per_node, as: 'maxPodsPerNode', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
|
1245
1341
|
|
1342
|
+
property :network_attachment, as: 'networkAttachment'
|
1246
1343
|
property :secondary_pod_range, as: 'secondaryPodRange'
|
1247
1344
|
property :subnetwork, as: 'subnetwork'
|
1248
1345
|
end
|
@@ -1286,6 +1383,10 @@ module Google
|
|
1286
1383
|
|
1287
1384
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1beta1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPolicyConfig::Representation
|
1288
1385
|
|
1386
|
+
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig::Representation
|
1387
|
+
|
1388
|
+
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1beta1::RayOperatorConfig, decorator: Google::Apis::ContainerV1beta1::RayOperatorConfig::Representation
|
1389
|
+
|
1289
1390
|
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1beta1::StatefulHaConfig, decorator: Google::Apis::ContainerV1beta1::StatefulHaConfig::Representation
|
1290
1391
|
|
1291
1392
|
end
|
@@ -1316,6 +1417,13 @@ module Google
|
|
1316
1417
|
end
|
1317
1418
|
end
|
1318
1419
|
|
1420
|
+
class AutoMonitoringConfig
|
1421
|
+
# @private
|
1422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1423
|
+
property :scope, as: 'scope'
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
|
1319
1427
|
class AutoUpgradeOptions
|
1320
1428
|
# @private
|
1321
1429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1508,6 +1616,8 @@ module Google
|
|
1508
1616
|
|
1509
1617
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
1510
1618
|
|
1619
|
+
property :control_plane_endpoints_config, as: 'controlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1620
|
+
|
1511
1621
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1512
1622
|
|
1513
1623
|
property :create_time, as: 'createTime'
|
@@ -1579,6 +1689,8 @@ module Google
|
|
1579
1689
|
|
1580
1690
|
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1581
1691
|
|
1692
|
+
property :pod_autoscaling, as: 'podAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1693
|
+
|
1582
1694
|
property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1583
1695
|
|
1584
1696
|
property :private_cluster, as: 'privateCluster'
|
@@ -1586,6 +1698,8 @@ module Google
|
|
1586
1698
|
|
1587
1699
|
property :protect_config, as: 'protectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1588
1700
|
|
1701
|
+
property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1702
|
+
|
1589
1703
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1590
1704
|
|
1591
1705
|
hash :resource_labels, as: 'resourceLabels'
|
@@ -1607,6 +1721,8 @@ module Google
|
|
1607
1721
|
property :tpu_config, as: 'tpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
1608
1722
|
|
1609
1723
|
property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
|
1724
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
|
1725
|
+
|
1610
1726
|
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
|
1611
1727
|
|
1612
1728
|
property :workload_alts_config, as: 'workloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
|
@@ -1663,13 +1779,18 @@ module Google
|
|
1663
1779
|
|
1664
1780
|
property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1665
1781
|
|
1782
|
+
property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
|
1783
|
+
|
1666
1784
|
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
1667
1785
|
|
1786
|
+
property :desired_control_plane_endpoints_config, as: 'desiredControlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1787
|
+
|
1668
1788
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1669
1789
|
|
1670
1790
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
|
1671
1791
|
|
1672
1792
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
1793
|
+
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
1673
1794
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
1674
1795
|
|
1675
1796
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
@@ -1678,6 +1799,8 @@ module Google
|
|
1678
1799
|
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1679
1800
|
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1680
1801
|
property :desired_enable_private_endpoint, as: 'desiredEnablePrivateEndpoint'
|
1802
|
+
property :desired_enterprise_config, as: 'desiredEnterpriseConfig', class: Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig, decorator: Google::Apis::ContainerV1beta1::DesiredEnterpriseConfig::Representation
|
1803
|
+
|
1681
1804
|
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1682
1805
|
|
1683
1806
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
@@ -1716,6 +1839,8 @@ module Google
|
|
1716
1839
|
|
1717
1840
|
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1718
1841
|
|
1842
|
+
property :desired_node_pool_auto_config_linux_node_config, as: 'desiredNodePoolAutoConfigLinuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
|
1843
|
+
|
1719
1844
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
1720
1845
|
|
1721
1846
|
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
@@ -1730,6 +1855,8 @@ module Google
|
|
1730
1855
|
|
1731
1856
|
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1732
1857
|
|
1858
|
+
property :desired_pod_autoscaling, as: 'desiredPodAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1859
|
+
|
1733
1860
|
property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1734
1861
|
|
1735
1862
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
@@ -1737,6 +1864,8 @@ module Google
|
|
1737
1864
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
1738
1865
|
property :desired_protect_config, as: 'desiredProtectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1739
1866
|
|
1867
|
+
property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1868
|
+
|
1740
1869
|
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1741
1870
|
|
1742
1871
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
@@ -1767,6 +1896,22 @@ module Google
|
|
1767
1896
|
|
1768
1897
|
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1769
1898
|
|
1899
|
+
property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
|
1900
|
+
|
1901
|
+
end
|
1902
|
+
end
|
1903
|
+
|
1904
|
+
class ClusterUpgradeInfo
|
1905
|
+
# @private
|
1906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1907
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
1908
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
1909
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
1910
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
1911
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
1912
|
+
collection :paused_reason, as: 'pausedReason'
|
1913
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
1914
|
+
|
1770
1915
|
end
|
1771
1916
|
end
|
1772
1917
|
|
@@ -1831,6 +1976,16 @@ module Google
|
|
1831
1976
|
end
|
1832
1977
|
end
|
1833
1978
|
|
1979
|
+
class ControlPlaneEndpointsConfig
|
1980
|
+
# @private
|
1981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1982
|
+
property :dns_endpoint_config, as: 'dnsEndpointConfig', class: Google::Apis::ContainerV1beta1::DnsEndpointConfig, decorator: Google::Apis::ContainerV1beta1::DnsEndpointConfig::Representation
|
1983
|
+
|
1984
|
+
property :ip_endpoints_config, as: 'ipEndpointsConfig', class: Google::Apis::ContainerV1beta1::IpEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::IpEndpointsConfig::Representation
|
1985
|
+
|
1986
|
+
end
|
1987
|
+
end
|
1988
|
+
|
1834
1989
|
class CostManagementConfig
|
1835
1990
|
# @private
|
1836
1991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1871,6 +2026,14 @@ module Google
|
|
1871
2026
|
end
|
1872
2027
|
end
|
1873
2028
|
|
2029
|
+
class DnsEndpointConfig
|
2030
|
+
# @private
|
2031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2032
|
+
property :allow_external_traffic, as: 'allowExternalTraffic'
|
2033
|
+
property :endpoint, as: 'endpoint'
|
2034
|
+
end
|
2035
|
+
end
|
2036
|
+
|
1874
2037
|
class DailyMaintenanceWindow
|
1875
2038
|
# @private
|
1876
2039
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1907,6 +2070,13 @@ module Google
|
|
1907
2070
|
end
|
1908
2071
|
end
|
1909
2072
|
|
2073
|
+
class DesiredEnterpriseConfig
|
2074
|
+
# @private
|
2075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2076
|
+
property :desired_tier, as: 'desiredTier'
|
2077
|
+
end
|
2078
|
+
end
|
2079
|
+
|
1910
2080
|
class DnsCacheConfig
|
1911
2081
|
# @private
|
1912
2082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1924,6 +2094,7 @@ module Google
|
|
1924
2094
|
# @private
|
1925
2095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1926
2096
|
property :cluster_tier, as: 'clusterTier'
|
2097
|
+
property :desired_tier, as: 'desiredTier'
|
1927
2098
|
end
|
1928
2099
|
end
|
1929
2100
|
|
@@ -2129,6 +2300,20 @@ module Google
|
|
2129
2300
|
end
|
2130
2301
|
end
|
2131
2302
|
|
2303
|
+
class IpEndpointsConfig
|
2304
|
+
# @private
|
2305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2306
|
+
property :authorized_networks_config, as: 'authorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
2307
|
+
|
2308
|
+
property :enable_public_endpoint, as: 'enablePublicEndpoint'
|
2309
|
+
property :enabled, as: 'enabled'
|
2310
|
+
property :global_access, as: 'globalAccess'
|
2311
|
+
property :private_endpoint, as: 'privateEndpoint'
|
2312
|
+
property :private_endpoint_subnetwork, as: 'privateEndpointSubnetwork'
|
2313
|
+
property :public_endpoint, as: 'publicEndpoint'
|
2314
|
+
end
|
2315
|
+
end
|
2316
|
+
|
2132
2317
|
class IdentityServiceConfig
|
2133
2318
|
# @private
|
2134
2319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2317,6 +2502,8 @@ module Google
|
|
2317
2502
|
class ManagedPrometheusConfig
|
2318
2503
|
# @private
|
2319
2504
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2505
|
+
property :auto_monitoring_config, as: 'autoMonitoringConfig', class: Google::Apis::ContainerV1beta1::AutoMonitoringConfig, decorator: Google::Apis::ContainerV1beta1::AutoMonitoringConfig::Representation
|
2506
|
+
|
2320
2507
|
property :enabled, as: 'enabled'
|
2321
2508
|
end
|
2322
2509
|
end
|
@@ -2347,6 +2534,7 @@ module Google
|
|
2347
2534
|
|
2348
2535
|
property :enabled, as: 'enabled'
|
2349
2536
|
property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
|
2537
|
+
property :private_endpoint_enforcement_enabled, as: 'privateEndpointEnforcementEnabled'
|
2350
2538
|
end
|
2351
2539
|
end
|
2352
2540
|
|
@@ -2397,6 +2585,7 @@ module Google
|
|
2397
2585
|
# @private
|
2398
2586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2399
2587
|
property :datapath_provider, as: 'datapathProvider'
|
2588
|
+
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
2400
2589
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
2401
2590
|
|
2402
2591
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
@@ -2472,6 +2661,7 @@ module Google
|
|
2472
2661
|
|
2473
2662
|
property :disk_size_gb, as: 'diskSizeGb'
|
2474
2663
|
property :disk_type, as: 'diskType'
|
2664
|
+
property :effective_cgroup_mode, as: 'effectiveCgroupMode'
|
2475
2665
|
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
2476
2666
|
property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
|
2477
2667
|
|
@@ -2494,6 +2684,7 @@ module Google
|
|
2494
2684
|
property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig::Representation
|
2495
2685
|
|
2496
2686
|
property :local_ssd_count, as: 'localSsdCount'
|
2687
|
+
property :local_ssd_encryption_mode, as: 'localSsdEncryptionMode'
|
2497
2688
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
2498
2689
|
|
2499
2690
|
property :machine_type, as: 'machineType'
|
@@ -2519,6 +2710,7 @@ module Google
|
|
2519
2710
|
property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1beta1::SoleTenantConfig, decorator: Google::Apis::ContainerV1beta1::SoleTenantConfig::Representation
|
2520
2711
|
|
2521
2712
|
property :spot, as: 'spot'
|
2713
|
+
collection :storage_pools, as: 'storagePools'
|
2522
2714
|
collection :tags, as: 'tags'
|
2523
2715
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
|
2524
2716
|
|
@@ -2633,6 +2825,8 @@ module Google
|
|
2633
2825
|
class NodePoolAutoConfig
|
2634
2826
|
# @private
|
2635
2827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2828
|
+
property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
|
2829
|
+
|
2636
2830
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
2637
2831
|
|
2638
2832
|
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
@@ -2671,6 +2865,20 @@ module Google
|
|
2671
2865
|
end
|
2672
2866
|
end
|
2673
2867
|
|
2868
|
+
class NodePoolUpgradeInfo
|
2869
|
+
# @private
|
2870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2871
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
2872
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
2873
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
2874
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
2875
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
2876
|
+
collection :paused_reason, as: 'pausedReason'
|
2877
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
2878
|
+
|
2879
|
+
end
|
2880
|
+
end
|
2881
|
+
|
2674
2882
|
class NodeTaint
|
2675
2883
|
# @private
|
2676
2884
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2751,6 +2959,13 @@ module Google
|
|
2751
2959
|
end
|
2752
2960
|
end
|
2753
2961
|
|
2962
|
+
class ParallelstoreCsiDriverConfig
|
2963
|
+
# @private
|
2964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2965
|
+
property :enabled, as: 'enabled'
|
2966
|
+
end
|
2967
|
+
end
|
2968
|
+
|
2754
2969
|
class ParentProductConfig
|
2755
2970
|
# @private
|
2756
2971
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2768,6 +2983,13 @@ module Google
|
|
2768
2983
|
end
|
2769
2984
|
end
|
2770
2985
|
|
2986
|
+
class PodAutoscaling
|
2987
|
+
# @private
|
2988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2989
|
+
property :hpa_profile, as: 'hpaProfile'
|
2990
|
+
end
|
2991
|
+
end
|
2992
|
+
|
2771
2993
|
class PodCidrOverprovisionConfig
|
2772
2994
|
# @private
|
2773
2995
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2846,6 +3068,14 @@ module Google
|
|
2846
3068
|
end
|
2847
3069
|
end
|
2848
3070
|
|
3071
|
+
class RbacBindingConfig
|
3072
|
+
# @private
|
3073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3074
|
+
property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
|
3075
|
+
property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
|
3076
|
+
end
|
3077
|
+
end
|
3078
|
+
|
2849
3079
|
class RangeInfo
|
2850
3080
|
# @private
|
2851
3081
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2854,6 +3084,31 @@ module Google
|
|
2854
3084
|
end
|
2855
3085
|
end
|
2856
3086
|
|
3087
|
+
class RayClusterLoggingConfig
|
3088
|
+
# @private
|
3089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3090
|
+
property :enabled, as: 'enabled'
|
3091
|
+
end
|
3092
|
+
end
|
3093
|
+
|
3094
|
+
class RayClusterMonitoringConfig
|
3095
|
+
# @private
|
3096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3097
|
+
property :enabled, as: 'enabled'
|
3098
|
+
end
|
3099
|
+
end
|
3100
|
+
|
3101
|
+
class RayOperatorConfig
|
3102
|
+
# @private
|
3103
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3104
|
+
property :enabled, as: 'enabled'
|
3105
|
+
property :ray_cluster_logging_config, as: 'rayClusterLoggingConfig', class: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterLoggingConfig::Representation
|
3106
|
+
|
3107
|
+
property :ray_cluster_monitoring_config, as: 'rayClusterMonitoringConfig', class: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig, decorator: Google::Apis::ContainerV1beta1::RayClusterMonitoringConfig::Representation
|
3108
|
+
|
3109
|
+
end
|
3110
|
+
end
|
3111
|
+
|
2857
3112
|
class RecurringTimeWindow
|
2858
3113
|
# @private
|
2859
3114
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2877,6 +3132,7 @@ module Google
|
|
2877
3132
|
|
2878
3133
|
property :channel, as: 'channel'
|
2879
3134
|
property :default_version, as: 'defaultVersion'
|
3135
|
+
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
2880
3136
|
collection :valid_versions, as: 'validVersions'
|
2881
3137
|
end
|
2882
3138
|
end
|
@@ -3314,6 +3570,7 @@ module Google
|
|
3314
3570
|
|
3315
3571
|
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
3316
3572
|
|
3573
|
+
collection :storage_pools, as: 'storagePools'
|
3317
3574
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
3318
3575
|
|
3319
3576
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
|
@@ -3341,6 +3598,17 @@ module Google
|
|
3341
3598
|
end
|
3342
3599
|
end
|
3343
3600
|
|
3601
|
+
class UpgradeDetails
|
3602
|
+
# @private
|
3603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3604
|
+
property :end_time, as: 'endTime'
|
3605
|
+
property :initial_version, as: 'initialVersion'
|
3606
|
+
property :start_time, as: 'startTime'
|
3607
|
+
property :state, as: 'state'
|
3608
|
+
property :target_version, as: 'targetVersion'
|
3609
|
+
end
|
3610
|
+
end
|
3611
|
+
|
3344
3612
|
class UpgradeEvent
|
3345
3613
|
# @private
|
3346
3614
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3353,6 +3621,21 @@ module Google
|
|
3353
3621
|
end
|
3354
3622
|
end
|
3355
3623
|
|
3624
|
+
class UpgradeInfoEvent
|
3625
|
+
# @private
|
3626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3627
|
+
property :current_version, as: 'currentVersion'
|
3628
|
+
property :description, as: 'description'
|
3629
|
+
property :end_time, as: 'endTime'
|
3630
|
+
property :operation, as: 'operation'
|
3631
|
+
property :resource, as: 'resource'
|
3632
|
+
property :resource_type, as: 'resourceType'
|
3633
|
+
property :start_time, as: 'startTime'
|
3634
|
+
property :state, as: 'state'
|
3635
|
+
property :target_version, as: 'targetVersion'
|
3636
|
+
end
|
3637
|
+
end
|
3638
|
+
|
3356
3639
|
class UpgradeSettings
|
3357
3640
|
# @private
|
3358
3641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3385,6 +3668,20 @@ module Google
|
|
3385
3668
|
end
|
3386
3669
|
end
|
3387
3670
|
|
3671
|
+
class UserManagedKeysConfig
|
3672
|
+
# @private
|
3673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3674
|
+
property :aggregation_ca, as: 'aggregationCa'
|
3675
|
+
property :cluster_ca, as: 'clusterCa'
|
3676
|
+
property :control_plane_disk_encryption_key, as: 'controlPlaneDiskEncryptionKey'
|
3677
|
+
property :etcd_api_ca, as: 'etcdApiCa'
|
3678
|
+
property :etcd_peer_ca, as: 'etcdPeerCa'
|
3679
|
+
property :gkeops_etcd_backup_encryption_key, as: 'gkeopsEtcdBackupEncryptionKey'
|
3680
|
+
collection :service_account_signing_keys, as: 'serviceAccountSigningKeys'
|
3681
|
+
collection :service_account_verification_keys, as: 'serviceAccountVerificationKeys'
|
3682
|
+
end
|
3683
|
+
end
|
3684
|
+
|
3388
3685
|
class VerticalPodAutoscaling
|
3389
3686
|
# @private
|
3390
3687
|
class Representation < Google::Apis::Core::JsonRepresentation
|