google-apis-container_v1 0.96.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.96.0"
19
+ GEM_VERSION = "0.98.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250506"
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
 
@@ -64,12 +70,24 @@ module Google
64
70
  include Google::Apis::Core::JsonObjectSupport
65
71
  end
66
72
 
73
+ class AnonymousAuthenticationConfig
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
67
79
  class AuthenticatorGroupsConfig
68
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
81
 
70
82
  include Google::Apis::Core::JsonObjectSupport
71
83
  end
72
84
 
85
+ class AutoIpamConfig
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
73
91
  class AutoMonitoringConfig
74
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
93
 
@@ -304,6 +322,12 @@ module Google
304
322
  include Google::Apis::Core::JsonObjectSupport
305
323
  end
306
324
 
325
+ class DesiredAdditionalIpRangesConfig
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
307
331
  class DesiredEnterpriseConfig
308
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
333
 
@@ -412,12 +436,24 @@ module Google
412
436
  include Google::Apis::Core::JsonObjectSupport
413
437
  end
414
438
 
439
+ class GkeAutoUpgradeConfig
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
415
445
  class GkeBackupAgentConfig
416
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
447
 
418
448
  include Google::Apis::Core::JsonObjectSupport
419
449
  end
420
450
 
451
+ class HighScaleCheckpointingConfig
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
421
457
  class HorizontalPodAutoscaling
422
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
459
 
@@ -1211,6 +1247,14 @@ module Google
1211
1247
  end
1212
1248
  end
1213
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
+
1214
1258
  class AdditionalNodeNetworkConfig
1215
1259
  # @private
1216
1260
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1256,6 +1300,8 @@ module Google
1256
1300
 
1257
1301
  property :gke_backup_agent_config, as: 'gkeBackupAgentConfig', class: Google::Apis::ContainerV1::GkeBackupAgentConfig, decorator: Google::Apis::ContainerV1::GkeBackupAgentConfig::Representation
1258
1302
 
1303
+ property :high_scale_checkpointing_config, as: 'highScaleCheckpointingConfig', class: Google::Apis::ContainerV1::HighScaleCheckpointingConfig, decorator: Google::Apis::ContainerV1::HighScaleCheckpointingConfig::Representation
1304
+
1259
1305
  property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1::HorizontalPodAutoscaling::Representation
1260
1306
 
1261
1307
  property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1::HttpLoadBalancing::Representation
@@ -1286,10 +1332,18 @@ module Google
1286
1332
  # @private
1287
1333
  class Representation < Google::Apis::Core::JsonRepresentation
1288
1334
  property :enable_nested_virtualization, as: 'enableNestedVirtualization'
1335
+ property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
1289
1336
  property :threads_per_core, :numeric_string => true, as: 'threadsPerCore'
1290
1337
  end
1291
1338
  end
1292
1339
 
1340
+ class AnonymousAuthenticationConfig
1341
+ # @private
1342
+ class Representation < Google::Apis::Core::JsonRepresentation
1343
+ property :mode, as: 'mode'
1344
+ end
1345
+ end
1346
+
1293
1347
  class AuthenticatorGroupsConfig
1294
1348
  # @private
1295
1349
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1298,6 +1352,12 @@ module Google
1298
1352
  end
1299
1353
  end
1300
1354
 
1355
+ class AutoIpamConfig
1356
+ # @private
1357
+ class Representation < Google::Apis::Core::JsonRepresentation
1358
+ end
1359
+ end
1360
+
1301
1361
  class AutoMonitoringConfig
1302
1362
  # @private
1303
1363
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1461,6 +1521,8 @@ module Google
1461
1521
  property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
1462
1522
 
1463
1523
  collection :alpha_cluster_feature_gates, as: 'alphaClusterFeatureGates'
1524
+ property :anonymous_authentication_config, as: 'anonymousAuthenticationConfig', class: Google::Apis::ContainerV1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1::AnonymousAuthenticationConfig::Representation
1525
+
1464
1526
  property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
1465
1527
 
1466
1528
  property :autopilot, as: 'autopilot', class: Google::Apis::ContainerV1::Autopilot, decorator: Google::Apis::ContainerV1::Autopilot::Representation
@@ -1500,6 +1562,8 @@ module Google
1500
1562
  property :expire_time, as: 'expireTime'
1501
1563
  property :fleet, as: 'fleet', class: Google::Apis::ContainerV1::Fleet, decorator: Google::Apis::ContainerV1::Fleet::Representation
1502
1564
 
1565
+ property :gke_auto_upgrade_config, as: 'gkeAutoUpgradeConfig', class: Google::Apis::ContainerV1::GkeAutoUpgradeConfig, decorator: Google::Apis::ContainerV1::GkeAutoUpgradeConfig::Representation
1566
+
1503
1567
  property :id, as: 'id'
1504
1568
  property :identity_service_config, as: 'identityServiceConfig', class: Google::Apis::ContainerV1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1::IdentityServiceConfig::Representation
1505
1569
 
@@ -1606,10 +1670,16 @@ module Google
1606
1670
  class Representation < Google::Apis::Core::JsonRepresentation
1607
1671
  property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
1608
1672
 
1673
+ property :desired_additional_ip_ranges_config, as: 'desiredAdditionalIpRangesConfig', class: Google::Apis::ContainerV1::DesiredAdditionalIpRangesConfig, decorator: Google::Apis::ContainerV1::DesiredAdditionalIpRangesConfig::Representation
1674
+
1609
1675
  property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1::AddonsConfig, decorator: Google::Apis::ContainerV1::AddonsConfig::Representation
1610
1676
 
1677
+ property :desired_anonymous_authentication_config, as: 'desiredAnonymousAuthenticationConfig', class: Google::Apis::ContainerV1::AnonymousAuthenticationConfig, decorator: Google::Apis::ContainerV1::AnonymousAuthenticationConfig::Representation
1678
+
1611
1679
  property :desired_authenticator_groups_config, as: 'desiredAuthenticatorGroupsConfig', class: Google::Apis::ContainerV1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1::AuthenticatorGroupsConfig::Representation
1612
1680
 
1681
+ property :desired_auto_ipam_config, as: 'desiredAutoIpamConfig', class: Google::Apis::ContainerV1::AutoIpamConfig, decorator: Google::Apis::ContainerV1::AutoIpamConfig::Representation
1682
+
1613
1683
  property :desired_autopilot_workload_policy_config, as: 'desiredAutopilotWorkloadPolicyConfig', class: Google::Apis::ContainerV1::WorkloadPolicyConfig, decorator: Google::Apis::ContainerV1::WorkloadPolicyConfig::Representation
1614
1684
 
1615
1685
  property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1::BinaryAuthorization, decorator: Google::Apis::ContainerV1::BinaryAuthorization::Representation
@@ -1709,6 +1779,8 @@ module Google
1709
1779
  property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1::ShieldedNodes, decorator: Google::Apis::ContainerV1::ShieldedNodes::Representation
1710
1780
 
1711
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
+
1712
1784
  property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1::VerticalPodAutoscaling::Representation
1713
1785
 
1714
1786
  property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1::WorkloadIdentityConfig::Representation
@@ -1716,6 +1788,8 @@ module Google
1716
1788
  property :enable_k8s_beta_apis, as: 'enableK8sBetaApis', class: Google::Apis::ContainerV1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1::K8sBetaApiConfig::Representation
1717
1789
 
1718
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
+
1719
1793
  property :removed_additional_pod_ranges_config, as: 'removedAdditionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
1720
1794
 
1721
1795
  property :user_managed_keys_config, as: 'userManagedKeysConfig', class: Google::Apis::ContainerV1::UserManagedKeysConfig, decorator: Google::Apis::ContainerV1::UserManagedKeysConfig::Representation
@@ -1884,6 +1958,14 @@ module Google
1884
1958
  end
1885
1959
  end
1886
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
+
1887
1969
  class DesiredEnterpriseConfig
1888
1970
  # @private
1889
1971
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2025,6 +2107,13 @@ module Google
2025
2107
  end
2026
2108
  end
2027
2109
 
2110
+ class GkeAutoUpgradeConfig
2111
+ # @private
2112
+ class Representation < Google::Apis::Core::JsonRepresentation
2113
+ property :patch_mode, as: 'patchMode'
2114
+ end
2115
+ end
2116
+
2028
2117
  class GkeBackupAgentConfig
2029
2118
  # @private
2030
2119
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2032,6 +2121,13 @@ module Google
2032
2121
  end
2033
2122
  end
2034
2123
 
2124
+ class HighScaleCheckpointingConfig
2125
+ # @private
2126
+ class Representation < Google::Apis::Core::JsonRepresentation
2127
+ property :enabled, as: 'enabled'
2128
+ end
2129
+ end
2130
+
2035
2131
  class HorizontalPodAutoscaling
2036
2132
  # @private
2037
2133
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2073,8 +2169,12 @@ module Google
2073
2169
  class IpAllocationPolicy
2074
2170
  # @private
2075
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
+
2076
2174
  property :additional_pod_ranges_config, as: 'additionalPodRangesConfig', class: Google::Apis::ContainerV1::AdditionalPodRangesConfig, decorator: Google::Apis::ContainerV1::AdditionalPodRangesConfig::Representation
2077
2175
 
2176
+ property :auto_ipam_config, as: 'autoIpamConfig', class: Google::Apis::ContainerV1::AutoIpamConfig, decorator: Google::Apis::ContainerV1::AutoIpamConfig::Representation
2177
+
2078
2178
  property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
2079
2179
  property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
2080
2180
  property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'