google-apis-container_v1 0.97.0 → 0.98.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 ContainerV1
18
18
  # Version of the google-apis-container_v1 gem
19
- GEM_VERSION = "0.97.0"
19
+ GEM_VERSION = "0.98.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
 
@@ -310,6 +322,12 @@ module Google
310
322
  include Google::Apis::Core::JsonObjectSupport
311
323
  end
312
324
 
325
+ class DesiredAdditionalIpRangesConfig
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
313
331
  class DesiredEnterpriseConfig
314
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
333
 
@@ -418,6 +436,12 @@ module Google
418
436
  include Google::Apis::Core::JsonObjectSupport
419
437
  end
420
438
 
439
+ class GkeAutoUpgradeConfig
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
421
445
  class GkeBackupAgentConfig
422
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
447
 
@@ -1223,6 +1247,14 @@ module Google
1223
1247
  end
1224
1248
  end
1225
1249
 
1250
+ class AdditionalIpRangesConfig
1251
+ # @private
1252
+ class Representation < Google::Apis::Core::JsonRepresentation
1253
+ collection :pod_ipv4_range_names, as: 'podIpv4RangeNames'
1254
+ property :subnetwork, as: 'subnetwork'
1255
+ end
1256
+ end
1257
+
1226
1258
  class AdditionalNodeNetworkConfig
1227
1259
  # @private
1228
1260
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1308,6 +1340,7 @@ module Google
1308
1340
  class AnonymousAuthenticationConfig
1309
1341
  # @private
1310
1342
  class Representation < Google::Apis::Core::JsonRepresentation
1343
+ property :mode, as: 'mode'
1311
1344
  end
1312
1345
  end
1313
1346
 
@@ -1319,6 +1352,12 @@ module Google
1319
1352
  end
1320
1353
  end
1321
1354
 
1355
+ class AutoIpamConfig
1356
+ # @private
1357
+ class Representation < Google::Apis::Core::JsonRepresentation
1358
+ end
1359
+ end
1360
+
1322
1361
  class AutoMonitoringConfig
1323
1362
  # @private
1324
1363
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1523,6 +1562,8 @@ module Google
1523
1562
  property :expire_time, as: 'expireTime'
1524
1563
  property :fleet, as: 'fleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
1525
1564
 
1565
+ property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1::GkeAutoUpgradeConfig::Representation
1566
+
1526
1567
  property :id, as: 'id'
1527
1568
  property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
1528
1569
 
@@ -1629,12 +1670,16 @@ module Google
1629
1670
  class Representation < Google::Apis::Core::JsonRepresentation
1630
1671
  property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
1631
1672
 
1673
+ property :desired_additional_ip_ranges_config, as: 'desiredAdditionalIpRangesConfig', class: Google::Apis::ContainerV1::DesiredAdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1::DesiredAdditionalIpRangesConfig::Representation
1674
+
1632
1675
  property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
1633
1676
 
1634
1677
  property :desired_anonymous_authentication_config, as: 'desiredAnonymousAuthenticationConfig', class: Google::Apis::ContainerV1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1::AnonymousAuthenticationConfig::Representation
1635
1678
 
1636
1679
  property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
1637
1680
 
1681
+ property :desired_auto_ipam_config, as: 'desiredAutoIpamConfig', class: Google::Apis::ContainerV1::AutoIpamConfig, decorator: Google::Apis::ContainerV1::AutoIpamConfig::Representation
1682
+
1638
1683
  property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
1639
1684
 
1640
1685
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
@@ -1734,6 +1779,8 @@ module Google
1734
1779
  property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
1735
1780
 
1736
1781
  property :desired_stack_type, as: 'desiredStackType'
1782
+ property :desired_user_managed_keys_config, as: 'desiredUserManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
1783
+
1737
1784
  property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
1738
1785
 
1739
1786
  property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
@@ -1741,6 +1788,8 @@ module Google
1741
1788
  property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
1742
1789
 
1743
1790
  property :etag, as: 'etag'
1791
+ property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1::GkeAutoUpgradeConfig::Representation
1792
+
1744
1793
  property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
1745
1794
 
1746
1795
  property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
@@ -1909,6 +1958,14 @@ module Google
1909
1958
  end
1910
1959
  end
1911
1960
 
1961
+ class DesiredAdditionalIpRangesConfig
1962
+ # @private
1963
+ class Representation < Google::Apis::Core::JsonRepresentation
1964
+ collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalIpRangesConfig::Representation
1965
+
1966
+ end
1967
+ end
1968
+
1912
1969
  class DesiredEnterpriseConfig
1913
1970
  # @private
1914
1971
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2050,6 +2107,13 @@ module Google
2050
2107
  end
2051
2108
  end
2052
2109
 
2110
+ class GkeAutoUpgradeConfig
2111
+ # @private
2112
+ class Representation < Google::Apis::Core::JsonRepresentation
2113
+ property :patch_mode, as: 'patchMode'
2114
+ end
2115
+ end
2116
+
2053
2117
  class GkeBackupAgentConfig
2054
2118
  # @private
2055
2119
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2105,8 +2169,12 @@ module Google
2105
2169
  class IpAllocationPolicy
2106
2170
  # @private
2107
2171
  class Representation < Google::Apis::Core::JsonRepresentation
2172
+ collection :additional_ip_ranges_configs, as: 'additionalIpRangesConfigs', class: Google::Apis::ContainerV1::AdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalIpRangesConfig::Representation
2173
+
2108
2174
  property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
2109
2175
 
2176
+ property :auto_ipam_config, as: 'autoIpamConfig', class: Google::Apis::ContainerV1::AutoIpamConfig, decorator: Google::Apis::ContainerV1::AutoIpamConfig::Representation
2177
+
2110
2178
  property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
2111
2179
  property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
2112
2180
  property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'