google-apis-container_v1beta1 0.75.0 → 0.77.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 +741 -23
- data/lib/google/apis/container_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/container_v1beta1/representations.rb +254 -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.77.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 = "20241203"
|
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,6 +910,12 @@ 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
|
|
@@ -1144,12 +1204,24 @@ module Google
|
|
1144
1204
|
include Google::Apis::Core::JsonObjectSupport
|
1145
1205
|
end
|
1146
1206
|
|
1207
|
+
class UpgradeDetails
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1147
1213
|
class UpgradeEvent
|
1148
1214
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
1215
|
|
1150
1216
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1217
|
end
|
1152
1218
|
|
1219
|
+
class UpgradeInfoEvent
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1153
1225
|
class UpgradeSettings
|
1154
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1227
|
|
@@ -1168,6 +1240,12 @@ module Google
|
|
1168
1240
|
include Google::Apis::Core::JsonObjectSupport
|
1169
1241
|
end
|
1170
1242
|
|
1243
|
+
class UserManagedKeysConfig
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1171
1249
|
class VerticalPodAutoscaling
|
1172
1250
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
1251
|
|
@@ -1261,6 +1339,7 @@ module Google
|
|
1261
1339
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1262
1340
|
property :max_pods_per_node, as: 'maxPodsPerNode', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
|
1263
1341
|
|
1342
|
+
property :network_attachment, as: 'networkAttachment'
|
1264
1343
|
property :secondary_pod_range, as: 'secondaryPodRange'
|
1265
1344
|
property :subnetwork, as: 'subnetwork'
|
1266
1345
|
end
|
@@ -1304,6 +1383,8 @@ module Google
|
|
1304
1383
|
|
1305
1384
|
property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1beta1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPolicyConfig::Representation
|
1306
1385
|
|
1386
|
+
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig::Representation
|
1387
|
+
|
1307
1388
|
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1beta1::RayOperatorConfig, decorator: Google::Apis::ContainerV1beta1::RayOperatorConfig::Representation
|
1308
1389
|
|
1309
1390
|
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1beta1::StatefulHaConfig, decorator: Google::Apis::ContainerV1beta1::StatefulHaConfig::Representation
|
@@ -1336,6 +1417,13 @@ module Google
|
|
1336
1417
|
end
|
1337
1418
|
end
|
1338
1419
|
|
1420
|
+
class AutoMonitoringConfig
|
1421
|
+
# @private
|
1422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1423
|
+
property :scope, as: 'scope'
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
|
1339
1427
|
class AutoUpgradeOptions
|
1340
1428
|
# @private
|
1341
1429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1528,6 +1616,8 @@ module Google
|
|
1528
1616
|
|
1529
1617
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
1530
1618
|
|
1619
|
+
property :control_plane_endpoints_config, as: 'controlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1620
|
+
|
1531
1621
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1532
1622
|
|
1533
1623
|
property :create_time, as: 'createTime'
|
@@ -1599,6 +1689,8 @@ module Google
|
|
1599
1689
|
|
1600
1690
|
property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1601
1691
|
|
1692
|
+
property :pod_autoscaling, as: 'podAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1693
|
+
|
1602
1694
|
property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1603
1695
|
|
1604
1696
|
property :private_cluster, as: 'privateCluster'
|
@@ -1606,6 +1698,8 @@ module Google
|
|
1606
1698
|
|
1607
1699
|
property :protect_config, as: 'protectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1608
1700
|
|
1701
|
+
property :rbac_binding_config, as: 'rbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1702
|
+
|
1609
1703
|
property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1610
1704
|
|
1611
1705
|
hash :resource_labels, as: 'resourceLabels'
|
@@ -1627,6 +1721,8 @@ module Google
|
|
1627
1721
|
property :tpu_config, as: 'tpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
|
1628
1722
|
|
1629
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
|
+
|
1630
1726
|
property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
|
1631
1727
|
|
1632
1728
|
property :workload_alts_config, as: 'workloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
|
@@ -1683,13 +1779,18 @@ module Google
|
|
1683
1779
|
|
1684
1780
|
property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
|
1685
1781
|
|
1782
|
+
property :desired_compliance_posture_config, as: 'desiredCompliancePostureConfig', class: Google::Apis::ContainerV1beta1::CompliancePostureConfig, decorator: Google::Apis::ContainerV1beta1::CompliancePostureConfig::Representation
|
1783
|
+
|
1686
1784
|
property :desired_containerd_config, as: 'desiredContainerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
1687
1785
|
|
1786
|
+
property :desired_control_plane_endpoints_config, as: 'desiredControlPlaneEndpointsConfig', class: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig, decorator: Google::Apis::ContainerV1beta1::ControlPlaneEndpointsConfig::Representation
|
1787
|
+
|
1688
1788
|
property :desired_cost_management_config, as: 'desiredCostManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
1689
1789
|
|
1690
1790
|
property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
|
1691
1791
|
|
1692
1792
|
property :desired_datapath_provider, as: 'desiredDatapathProvider'
|
1793
|
+
property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
|
1693
1794
|
property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
1694
1795
|
|
1695
1796
|
property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
@@ -1698,6 +1799,8 @@ module Google
|
|
1698
1799
|
property :desired_enable_fqdn_network_policy, as: 'desiredEnableFqdnNetworkPolicy'
|
1699
1800
|
property :desired_enable_multi_networking, as: 'desiredEnableMultiNetworking'
|
1700
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
|
+
|
1701
1804
|
property :desired_fleet, as: 'desiredFleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
|
1702
1805
|
|
1703
1806
|
property :desired_gateway_api_config, as: 'desiredGatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
|
@@ -1736,6 +1839,8 @@ module Google
|
|
1736
1839
|
|
1737
1840
|
property :desired_node_pool_auto_config_kubelet_config, as: 'desiredNodePoolAutoConfigKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
1738
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
|
+
|
1739
1844
|
property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
1740
1845
|
|
1741
1846
|
property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
@@ -1750,6 +1855,8 @@ module Google
|
|
1750
1855
|
|
1751
1856
|
property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
|
1752
1857
|
|
1858
|
+
property :desired_pod_autoscaling, as: 'desiredPodAutoscaling', class: Google::Apis::ContainerV1beta1::PodAutoscaling, decorator: Google::Apis::ContainerV1beta1::PodAutoscaling::Representation
|
1859
|
+
|
1753
1860
|
property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
|
1754
1861
|
|
1755
1862
|
property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
|
@@ -1757,6 +1864,8 @@ module Google
|
|
1757
1864
|
property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
|
1758
1865
|
property :desired_protect_config, as: 'desiredProtectConfig', class: Google::Apis::ContainerV1beta1::ProtectConfig, decorator: Google::Apis::ContainerV1beta1::ProtectConfig::Representation
|
1759
1866
|
|
1867
|
+
property :desired_rbac_binding_config, as: 'desiredRbacBindingConfig', class: Google::Apis::ContainerV1beta1::RbacBindingConfig, decorator: Google::Apis::ContainerV1beta1::RbacBindingConfig::Representation
|
1868
|
+
|
1760
1869
|
property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
|
1761
1870
|
|
1762
1871
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
@@ -1787,6 +1896,22 @@ module Google
|
|
1787
1896
|
|
1788
1897
|
property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
|
1789
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
|
+
|
1790
1915
|
end
|
1791
1916
|
end
|
1792
1917
|
|
@@ -1851,6 +1976,16 @@ module Google
|
|
1851
1976
|
end
|
1852
1977
|
end
|
1853
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
|
+
|
1854
1989
|
class CostManagementConfig
|
1855
1990
|
# @private
|
1856
1991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1891,6 +2026,14 @@ module Google
|
|
1891
2026
|
end
|
1892
2027
|
end
|
1893
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
|
+
|
1894
2037
|
class DailyMaintenanceWindow
|
1895
2038
|
# @private
|
1896
2039
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1927,6 +2070,13 @@ module Google
|
|
1927
2070
|
end
|
1928
2071
|
end
|
1929
2072
|
|
2073
|
+
class DesiredEnterpriseConfig
|
2074
|
+
# @private
|
2075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2076
|
+
property :desired_tier, as: 'desiredTier'
|
2077
|
+
end
|
2078
|
+
end
|
2079
|
+
|
1930
2080
|
class DnsCacheConfig
|
1931
2081
|
# @private
|
1932
2082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1944,6 +2094,7 @@ module Google
|
|
1944
2094
|
# @private
|
1945
2095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1946
2096
|
property :cluster_tier, as: 'clusterTier'
|
2097
|
+
property :desired_tier, as: 'desiredTier'
|
1947
2098
|
end
|
1948
2099
|
end
|
1949
2100
|
|
@@ -2149,6 +2300,20 @@ module Google
|
|
2149
2300
|
end
|
2150
2301
|
end
|
2151
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
|
+
|
2152
2317
|
class IdentityServiceConfig
|
2153
2318
|
# @private
|
2154
2319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2337,6 +2502,8 @@ module Google
|
|
2337
2502
|
class ManagedPrometheusConfig
|
2338
2503
|
# @private
|
2339
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
|
+
|
2340
2507
|
property :enabled, as: 'enabled'
|
2341
2508
|
end
|
2342
2509
|
end
|
@@ -2367,6 +2534,7 @@ module Google
|
|
2367
2534
|
|
2368
2535
|
property :enabled, as: 'enabled'
|
2369
2536
|
property :gcp_public_cidrs_access_enabled, as: 'gcpPublicCidrsAccessEnabled'
|
2537
|
+
property :private_endpoint_enforcement_enabled, as: 'privateEndpointEnforcementEnabled'
|
2370
2538
|
end
|
2371
2539
|
end
|
2372
2540
|
|
@@ -2417,6 +2585,7 @@ module Google
|
|
2417
2585
|
# @private
|
2418
2586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2419
2587
|
property :datapath_provider, as: 'datapathProvider'
|
2588
|
+
property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
|
2420
2589
|
property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
|
2421
2590
|
|
2422
2591
|
property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
|
@@ -2492,6 +2661,7 @@ module Google
|
|
2492
2661
|
|
2493
2662
|
property :disk_size_gb, as: 'diskSizeGb'
|
2494
2663
|
property :disk_type, as: 'diskType'
|
2664
|
+
property :effective_cgroup_mode, as: 'effectiveCgroupMode'
|
2495
2665
|
property :enable_confidential_storage, as: 'enableConfidentialStorage'
|
2496
2666
|
property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
|
2497
2667
|
|
@@ -2514,9 +2684,11 @@ module Google
|
|
2514
2684
|
property :local_nvme_ssd_block_config, as: 'localNvmeSsdBlockConfig', class: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig, decorator: Google::Apis::ContainerV1beta1::LocalNvmeSsdBlockConfig::Representation
|
2515
2685
|
|
2516
2686
|
property :local_ssd_count, as: 'localSsdCount'
|
2687
|
+
property :local_ssd_encryption_mode, as: 'localSsdEncryptionMode'
|
2517
2688
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
2518
2689
|
|
2519
2690
|
property :machine_type, as: 'machineType'
|
2691
|
+
property :max_run_duration, as: 'maxRunDuration'
|
2520
2692
|
hash :metadata, as: 'metadata'
|
2521
2693
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
2522
2694
|
property :node_group, as: 'nodeGroup'
|
@@ -2539,6 +2711,7 @@ module Google
|
|
2539
2711
|
property :sole_tenant_config, as: 'soleTenantConfig', class: Google::Apis::ContainerV1beta1::SoleTenantConfig, decorator: Google::Apis::ContainerV1beta1::SoleTenantConfig::Representation
|
2540
2712
|
|
2541
2713
|
property :spot, as: 'spot'
|
2714
|
+
collection :storage_pools, as: 'storagePools'
|
2542
2715
|
collection :tags, as: 'tags'
|
2543
2716
|
collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
|
2544
2717
|
|
@@ -2653,6 +2826,8 @@ module Google
|
|
2653
2826
|
class NodePoolAutoConfig
|
2654
2827
|
# @private
|
2655
2828
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2829
|
+
property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
|
2830
|
+
|
2656
2831
|
property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
2657
2832
|
|
2658
2833
|
property :node_kubelet_config, as: 'nodeKubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
|
@@ -2691,6 +2866,20 @@ module Google
|
|
2691
2866
|
end
|
2692
2867
|
end
|
2693
2868
|
|
2869
|
+
class NodePoolUpgradeInfo
|
2870
|
+
# @private
|
2871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2872
|
+
collection :auto_upgrade_status, as: 'autoUpgradeStatus'
|
2873
|
+
property :end_of_extended_support_timestamp, as: 'endOfExtendedSupportTimestamp'
|
2874
|
+
property :end_of_standard_support_timestamp, as: 'endOfStandardSupportTimestamp'
|
2875
|
+
property :minor_target_version, as: 'minorTargetVersion'
|
2876
|
+
property :patch_target_version, as: 'patchTargetVersion'
|
2877
|
+
collection :paused_reason, as: 'pausedReason'
|
2878
|
+
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
2879
|
+
|
2880
|
+
end
|
2881
|
+
end
|
2882
|
+
|
2694
2883
|
class NodeTaint
|
2695
2884
|
# @private
|
2696
2885
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2771,6 +2960,13 @@ module Google
|
|
2771
2960
|
end
|
2772
2961
|
end
|
2773
2962
|
|
2963
|
+
class ParallelstoreCsiDriverConfig
|
2964
|
+
# @private
|
2965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2966
|
+
property :enabled, as: 'enabled'
|
2967
|
+
end
|
2968
|
+
end
|
2969
|
+
|
2774
2970
|
class ParentProductConfig
|
2775
2971
|
# @private
|
2776
2972
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2788,6 +2984,13 @@ module Google
|
|
2788
2984
|
end
|
2789
2985
|
end
|
2790
2986
|
|
2987
|
+
class PodAutoscaling
|
2988
|
+
# @private
|
2989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2990
|
+
property :hpa_profile, as: 'hpaProfile'
|
2991
|
+
end
|
2992
|
+
end
|
2993
|
+
|
2791
2994
|
class PodCidrOverprovisionConfig
|
2792
2995
|
# @private
|
2793
2996
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2866,6 +3069,14 @@ module Google
|
|
2866
3069
|
end
|
2867
3070
|
end
|
2868
3071
|
|
3072
|
+
class RbacBindingConfig
|
3073
|
+
# @private
|
3074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3075
|
+
property :enable_insecure_binding_system_authenticated, as: 'enableInsecureBindingSystemAuthenticated'
|
3076
|
+
property :enable_insecure_binding_system_unauthenticated, as: 'enableInsecureBindingSystemUnauthenticated'
|
3077
|
+
end
|
3078
|
+
end
|
3079
|
+
|
2869
3080
|
class RangeInfo
|
2870
3081
|
# @private
|
2871
3082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2922,6 +3133,7 @@ module Google
|
|
2922
3133
|
|
2923
3134
|
property :channel, as: 'channel'
|
2924
3135
|
property :default_version, as: 'defaultVersion'
|
3136
|
+
property :upgrade_target_version, as: 'upgradeTargetVersion'
|
2925
3137
|
collection :valid_versions, as: 'validVersions'
|
2926
3138
|
end
|
2927
3139
|
end
|
@@ -3347,6 +3559,7 @@ module Google
|
|
3347
3559
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolLoggingConfig::Representation
|
3348
3560
|
|
3349
3561
|
property :machine_type, as: 'machineType'
|
3562
|
+
property :max_run_duration, as: 'maxRunDuration'
|
3350
3563
|
property :name, as: 'name'
|
3351
3564
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
|
3352
3565
|
|
@@ -3359,6 +3572,7 @@ module Google
|
|
3359
3572
|
|
3360
3573
|
property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
|
3361
3574
|
|
3575
|
+
collection :storage_pools, as: 'storagePools'
|
3362
3576
|
property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
|
3363
3577
|
|
3364
3578
|
property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
|
@@ -3386,6 +3600,17 @@ module Google
|
|
3386
3600
|
end
|
3387
3601
|
end
|
3388
3602
|
|
3603
|
+
class UpgradeDetails
|
3604
|
+
# @private
|
3605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3606
|
+
property :end_time, as: 'endTime'
|
3607
|
+
property :initial_version, as: 'initialVersion'
|
3608
|
+
property :start_time, as: 'startTime'
|
3609
|
+
property :state, as: 'state'
|
3610
|
+
property :target_version, as: 'targetVersion'
|
3611
|
+
end
|
3612
|
+
end
|
3613
|
+
|
3389
3614
|
class UpgradeEvent
|
3390
3615
|
# @private
|
3391
3616
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3398,6 +3623,21 @@ module Google
|
|
3398
3623
|
end
|
3399
3624
|
end
|
3400
3625
|
|
3626
|
+
class UpgradeInfoEvent
|
3627
|
+
# @private
|
3628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3629
|
+
property :current_version, as: 'currentVersion'
|
3630
|
+
property :description, as: 'description'
|
3631
|
+
property :end_time, as: 'endTime'
|
3632
|
+
property :operation, as: 'operation'
|
3633
|
+
property :resource, as: 'resource'
|
3634
|
+
property :resource_type, as: 'resourceType'
|
3635
|
+
property :start_time, as: 'startTime'
|
3636
|
+
property :state, as: 'state'
|
3637
|
+
property :target_version, as: 'targetVersion'
|
3638
|
+
end
|
3639
|
+
end
|
3640
|
+
|
3401
3641
|
class UpgradeSettings
|
3402
3642
|
# @private
|
3403
3643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3430,6 +3670,20 @@ module Google
|
|
3430
3670
|
end
|
3431
3671
|
end
|
3432
3672
|
|
3673
|
+
class UserManagedKeysConfig
|
3674
|
+
# @private
|
3675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3676
|
+
property :aggregation_ca, as: 'aggregationCa'
|
3677
|
+
property :cluster_ca, as: 'clusterCa'
|
3678
|
+
property :control_plane_disk_encryption_key, as: 'controlPlaneDiskEncryptionKey'
|
3679
|
+
property :etcd_api_ca, as: 'etcdApiCa'
|
3680
|
+
property :etcd_peer_ca, as: 'etcdPeerCa'
|
3681
|
+
property :gkeops_etcd_backup_encryption_key, as: 'gkeopsEtcdBackupEncryptionKey'
|
3682
|
+
collection :service_account_signing_keys, as: 'serviceAccountSigningKeys'
|
3683
|
+
collection :service_account_verification_keys, as: 'serviceAccountVerificationKeys'
|
3684
|
+
end
|
3685
|
+
end
|
3686
|
+
|
3433
3687
|
class VerticalPodAutoscaling
|
3434
3688
|
# @private
|
3435
3689
|
class Representation < Google::Apis::Core::JsonRepresentation
|