google-apis-container_v1beta1 0.85.0 → 0.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.85.0"
19
+ GEM_VERSION = "0.86.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250513"
25
+ REVISION = "20250603"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class AdditionalIpRangesConfig
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class AdditionalNodeNetworkConfig
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -76,6 +82,12 @@ module Google
76
82
  include Google::Apis::Core::JsonObjectSupport
77
83
  end
78
84
 
85
+ class AutoIpamConfig
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
79
91
  class AutoMonitoringConfig
80
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
93
 
@@ -340,6 +352,12 @@ module Google
340
352
  include Google::Apis::Core::JsonObjectSupport
341
353
  end
342
354
 
355
+ class DesiredAdditionalIpRangesConfig
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
343
361
  class DesiredEnterpriseConfig
344
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
345
363
 
@@ -454,6 +472,12 @@ module Google
454
472
  include Google::Apis::Core::JsonObjectSupport
455
473
  end
456
474
 
475
+ class GkeAutoUpgradeConfig
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
457
481
  class GkeBackupAgentConfig
458
482
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
483
 
@@ -1362,6 +1386,14 @@ module Google
1362
1386
  end
1363
1387
  end
1364
1388
 
1389
+ class AdditionalIpRangesConfig
1390
+ # @private
1391
+ class Representation < Google::Apis::Core::JsonRepresentation
1392
+ collection :pod_ipv4_range_names, as: 'podIpv4RangeNames'
1393
+ property :subnetwork, as: 'subnetwork'
1394
+ end
1395
+ end
1396
+
1365
1397
  class AdditionalNodeNetworkConfig
1366
1398
  # @private
1367
1399
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1451,6 +1483,7 @@ module Google
1451
1483
  class AnonymousAuthenticationConfig
1452
1484
  # @private
1453
1485
  class Representation < Google::Apis::Core::JsonRepresentation
1486
+ property :mode, as: 'mode'
1454
1487
  end
1455
1488
  end
1456
1489
 
@@ -1462,6 +1495,12 @@ module Google
1462
1495
  end
1463
1496
  end
1464
1497
 
1498
+ class AutoIpamConfig
1499
+ # @private
1500
+ class Representation < Google::Apis::Core::JsonRepresentation
1501
+ end
1502
+ end
1503
+
1465
1504
  class AutoMonitoringConfig
1466
1505
  # @private
1467
1506
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1695,6 +1734,8 @@ module Google
1695
1734
  property :expire_time, as: 'expireTime'
1696
1735
  property :fleet, as: 'fleet', class: Google::Apis::ContainerV1beta1::Fleet, decorator: Google::Apis::ContainerV1beta1::Fleet::Representation
1697
1736
 
1737
+ property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig::Representation
1738
+
1698
1739
  property :id, as: 'id'
1699
1740
  property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
1700
1741
 
@@ -1822,12 +1863,16 @@ module Google
1822
1863
  class Representation < Google::Apis::Core::JsonRepresentation
1823
1864
  property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
1824
1865
 
1866
+ property :desired_additional_ip_ranges_config, as: 'desiredAdditionalIpRangesConfig', class: Google::Apis::ContainerV1beta1::DesiredAdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1beta1::DesiredAdditionalIpRangesConfig::Representation
1867
+
1825
1868
  property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
1826
1869
 
1827
1870
  property :desired_anonymous_authentication_config, as: 'desiredAnonymousAuthenticationConfig', class: Google::Apis::ContainerV1beta1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1beta1::AnonymousAuthenticationConfig::Representation
1828
1871
 
1829
1872
  property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
1830
1873
 
1874
+ property :desired_auto_ipam_config, as: 'desiredAutoIpamConfig', class: Google::Apis::ContainerV1beta1::AutoIpamConfig, decorator: Google::Apis::ContainerV1beta1::AutoIpamConfig::Representation
1875
+
1831
1876
  property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadPolicyConfig::Representation
1832
1877
 
1833
1878
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
@@ -1939,6 +1984,8 @@ module Google
1939
1984
  property :desired_stack_type, as: 'desiredStackType'
1940
1985
  property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
1941
1986
 
1987
+ property :desired_user_managed_keys_config, as: 'desiredUserManagedKeysConfig', class: Google::Apis::ContainerV1beta1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1beta1::UserManagedKeysConfig::Representation
1988
+
1942
1989
  property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
1943
1990
 
1944
1991
  property :desired_workload_alts_config, as: 'desiredWorkloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
@@ -1950,6 +1997,8 @@ module Google
1950
1997
  property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
1951
1998
 
1952
1999
  property :etag, as: 'etag'
2000
+ property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1beta1::GkeAutoUpgradeConfig::Representation
2001
+
1953
2002
  property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
1954
2003
 
1955
2004
  property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
@@ -2129,6 +2178,14 @@ module Google
2129
2178
  end
2130
2179
  end
2131
2180
 
2181
+ class DesiredAdditionalIpRangesConfig
2182
+ # @private
2183
+ class Representation < Google::Apis::Core::JsonRepresentation
2184
+ collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig::Representation
2185
+
2186
+ end
2187
+ end
2188
+
2132
2189
  class DesiredEnterpriseConfig
2133
2190
  # @private
2134
2191
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2277,6 +2334,13 @@ module Google
2277
2334
  end
2278
2335
  end
2279
2336
 
2337
+ class GkeAutoUpgradeConfig
2338
+ # @private
2339
+ class Representation < Google::Apis::Core::JsonRepresentation
2340
+ property :patch_mode, as: 'patchMode'
2341
+ end
2342
+ end
2343
+
2280
2344
  class GkeBackupAgentConfig
2281
2345
  # @private
2282
2346
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2341,9 +2405,13 @@ module Google
2341
2405
  class IpAllocationPolicy
2342
2406
  # @private
2343
2407
  class Representation < Google::Apis::Core::JsonRepresentation
2408
+ collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalIpRangesConfig::Representation
2409
+
2344
2410
  property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodRangesConfig::Representation
2345
2411
 
2346
2412
  property :allow_route_overlap, as: 'allowRouteOverlap'
2413
+ property :auto_ipam_config, as: 'autoIpamConfig', class: Google::Apis::ContainerV1beta1::AutoIpamConfig, decorator: Google::Apis::ContainerV1beta1::AutoIpamConfig::Representation
2414
+
2347
2415
  property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
2348
2416
  property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
2349
2417
  property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'