google-apis-container_v1beta1 0.94.0 → 0.96.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/container_v1beta1/classes.rb +858 -362
- data/lib/google/apis/container_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/container_v1beta1/representations.rb +263 -0
- data/lib/google/apis/container_v1beta1/service.rb +279 -287
- metadata +2 -2
|
@@ -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.96.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 = "
|
|
25
|
+
REVISION = "20251028"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -178,6 +178,12 @@ module Google
|
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
|
179
179
|
end
|
|
180
180
|
|
|
181
|
+
class BootDiskProfile
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
181
187
|
class CancelOperationRequest
|
|
182
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
189
|
|
|
@@ -190,6 +196,18 @@ module Google
|
|
|
190
196
|
include Google::Apis::Core::JsonObjectSupport
|
|
191
197
|
end
|
|
192
198
|
|
|
199
|
+
class CertificateConfig
|
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
201
|
+
|
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
203
|
+
end
|
|
204
|
+
|
|
205
|
+
class CertificateConfigPair
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
193
211
|
class CheckAutopilotCompatibilityResponse
|
|
194
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
213
|
|
|
@@ -250,6 +268,18 @@ module Google
|
|
|
250
268
|
include Google::Apis::Core::JsonObjectSupport
|
|
251
269
|
end
|
|
252
270
|
|
|
271
|
+
class CompatibilityStatus
|
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
|
+
|
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
class CompleteControlPlaneUpgradeRequest
|
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
|
+
|
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
281
|
+
end
|
|
282
|
+
|
|
253
283
|
class CompleteIpRotationRequest
|
|
254
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
255
285
|
|
|
@@ -352,6 +382,12 @@ module Google
|
|
|
352
382
|
include Google::Apis::Core::JsonObjectSupport
|
|
353
383
|
end
|
|
354
384
|
|
|
385
|
+
class DedicatedLocalSsdProfile
|
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
387
|
+
|
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
389
|
+
end
|
|
390
|
+
|
|
355
391
|
class DefaultComputeClassConfig
|
|
356
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
357
393
|
|
|
@@ -388,12 +424,24 @@ module Google
|
|
|
388
424
|
include Google::Apis::Core::JsonObjectSupport
|
|
389
425
|
end
|
|
390
426
|
|
|
427
|
+
class EncryptionConfig
|
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
429
|
+
|
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
431
|
+
end
|
|
432
|
+
|
|
391
433
|
class EnterpriseConfig
|
|
392
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
393
435
|
|
|
394
436
|
include Google::Apis::Core::JsonObjectSupport
|
|
395
437
|
end
|
|
396
438
|
|
|
439
|
+
class EphemeralLocalSsdProfile
|
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
441
|
+
|
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
443
|
+
end
|
|
444
|
+
|
|
397
445
|
class EphemeralStorageConfig
|
|
398
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
399
447
|
|
|
@@ -526,6 +574,12 @@ module Google
|
|
|
526
574
|
include Google::Apis::Core::JsonObjectSupport
|
|
527
575
|
end
|
|
528
576
|
|
|
577
|
+
class HostConfig
|
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
579
|
+
|
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
581
|
+
end
|
|
582
|
+
|
|
529
583
|
class HostMaintenancePolicy
|
|
530
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
531
585
|
|
|
@@ -820,6 +874,12 @@ module Google
|
|
|
820
874
|
include Google::Apis::Core::JsonObjectSupport
|
|
821
875
|
end
|
|
822
876
|
|
|
877
|
+
class NodeKernelModuleLoading
|
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
|
+
|
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
881
|
+
end
|
|
882
|
+
|
|
823
883
|
class NodeKubeletConfig
|
|
824
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
825
885
|
|
|
@@ -958,6 +1018,12 @@ module Google
|
|
|
958
1018
|
include Google::Apis::Core::JsonObjectSupport
|
|
959
1019
|
end
|
|
960
1020
|
|
|
1021
|
+
class PodSnapshotConfig
|
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1023
|
+
|
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1025
|
+
end
|
|
1026
|
+
|
|
961
1027
|
class PolicyBinding
|
|
962
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
963
1029
|
|
|
@@ -1042,6 +1108,18 @@ module Google
|
|
|
1042
1108
|
include Google::Apis::Core::JsonObjectSupport
|
|
1043
1109
|
end
|
|
1044
1110
|
|
|
1111
|
+
class RegistryHeader
|
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1113
|
+
|
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1115
|
+
end
|
|
1116
|
+
|
|
1117
|
+
class RegistryHostConfig
|
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1119
|
+
|
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1121
|
+
end
|
|
1122
|
+
|
|
1045
1123
|
class ReleaseChannel
|
|
1046
1124
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1047
1125
|
|
|
@@ -1090,6 +1168,18 @@ module Google
|
|
|
1090
1168
|
include Google::Apis::Core::JsonObjectSupport
|
|
1091
1169
|
end
|
|
1092
1170
|
|
|
1171
|
+
class RollbackSafeUpgrade
|
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1173
|
+
|
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1175
|
+
end
|
|
1176
|
+
|
|
1177
|
+
class RollbackSafeUpgradeStatus
|
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1179
|
+
|
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1181
|
+
end
|
|
1182
|
+
|
|
1093
1183
|
class RotationConfig
|
|
1094
1184
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1095
1185
|
|
|
@@ -1270,6 +1360,12 @@ module Google
|
|
|
1270
1360
|
include Google::Apis::Core::JsonObjectSupport
|
|
1271
1361
|
end
|
|
1272
1362
|
|
|
1363
|
+
class SwapConfig
|
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1365
|
+
|
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1367
|
+
end
|
|
1368
|
+
|
|
1273
1369
|
class SyncRotationConfig
|
|
1274
1370
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1275
1371
|
|
|
@@ -1523,6 +1619,8 @@ module Google
|
|
|
1523
1619
|
|
|
1524
1620
|
property :parallelstore_csi_driver_config, as: 'parallelstoreCsiDriverConfig', class: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::ParallelstoreCsiDriverConfig::Representation
|
|
1525
1621
|
|
|
1622
|
+
property :pod_snapshot_config, as: 'podSnapshotConfig', class: Google::Apis::ContainerV1beta1::PodSnapshotConfig, decorator: Google::Apis::ContainerV1beta1::PodSnapshotConfig::Representation
|
|
1623
|
+
|
|
1526
1624
|
property :ray_operator_config, as: 'rayOperatorConfig', class: Google::Apis::ContainerV1beta1::RayOperatorConfig, decorator: Google::Apis::ContainerV1beta1::RayOperatorConfig::Representation
|
|
1527
1625
|
|
|
1528
1626
|
property :stateful_ha_config, as: 'statefulHaConfig', class: Google::Apis::ContainerV1beta1::StatefulHaConfig, decorator: Google::Apis::ContainerV1beta1::StatefulHaConfig::Representation
|
|
@@ -1716,6 +1814,14 @@ module Google
|
|
|
1716
1814
|
end
|
|
1717
1815
|
end
|
|
1718
1816
|
|
|
1817
|
+
class BootDiskProfile
|
|
1818
|
+
# @private
|
|
1819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1820
|
+
property :swap_size_gib, :numeric_string => true, as: 'swapSizeGib'
|
|
1821
|
+
property :swap_size_percent, as: 'swapSizePercent'
|
|
1822
|
+
end
|
|
1823
|
+
end
|
|
1824
|
+
|
|
1719
1825
|
class CancelOperationRequest
|
|
1720
1826
|
# @private
|
|
1721
1827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1735,6 +1841,23 @@ module Google
|
|
|
1735
1841
|
end
|
|
1736
1842
|
end
|
|
1737
1843
|
|
|
1844
|
+
class CertificateConfig
|
|
1845
|
+
# @private
|
|
1846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1847
|
+
property :gcp_secret_manager_secret_uri, as: 'gcpSecretManagerSecretUri'
|
|
1848
|
+
end
|
|
1849
|
+
end
|
|
1850
|
+
|
|
1851
|
+
class CertificateConfigPair
|
|
1852
|
+
# @private
|
|
1853
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1854
|
+
property :cert, as: 'cert', class: Google::Apis::ContainerV1beta1::CertificateConfig, decorator: Google::Apis::ContainerV1beta1::CertificateConfig::Representation
|
|
1855
|
+
|
|
1856
|
+
property :key, as: 'key', class: Google::Apis::ContainerV1beta1::CertificateConfig, decorator: Google::Apis::ContainerV1beta1::CertificateConfig::Representation
|
|
1857
|
+
|
|
1858
|
+
end
|
|
1859
|
+
end
|
|
1860
|
+
|
|
1738
1861
|
class CheckAutopilotCompatibilityResponse
|
|
1739
1862
|
# @private
|
|
1740
1863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1797,6 +1920,7 @@ module Google
|
|
|
1797
1920
|
property :cost_management_config, as: 'costManagementConfig', class: Google::Apis::ContainerV1beta1::CostManagementConfig, decorator: Google::Apis::ContainerV1beta1::CostManagementConfig::Representation
|
|
1798
1921
|
|
|
1799
1922
|
property :create_time, as: 'createTime'
|
|
1923
|
+
property :current_emulated_version, as: 'currentEmulatedVersion'
|
|
1800
1924
|
property :current_master_version, as: 'currentMasterVersion'
|
|
1801
1925
|
property :current_node_count, as: 'currentNodeCount'
|
|
1802
1926
|
property :current_node_version, as: 'currentNodeVersion'
|
|
@@ -1883,6 +2007,8 @@ module Google
|
|
|
1883
2007
|
hash :resource_labels, as: 'resourceLabels'
|
|
1884
2008
|
property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
|
1885
2009
|
|
|
2010
|
+
property :rollback_safe_upgrade, as: 'rollbackSafeUpgrade', class: Google::Apis::ContainerV1beta1::RollbackSafeUpgrade, decorator: Google::Apis::ContainerV1beta1::RollbackSafeUpgrade::Representation
|
|
2011
|
+
|
|
1886
2012
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
1887
2013
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
1888
2014
|
property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
|
@@ -2061,8 +2187,12 @@ module Google
|
|
|
2061
2187
|
|
|
2062
2188
|
property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
|
|
2063
2189
|
|
|
2190
|
+
property :desired_rollback_safe_upgrade, as: 'desiredRollbackSafeUpgrade', class: Google::Apis::ContainerV1beta1::RollbackSafeUpgrade, decorator: Google::Apis::ContainerV1beta1::RollbackSafeUpgrade::Representation
|
|
2191
|
+
|
|
2064
2192
|
property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
|
|
2065
2193
|
|
|
2194
|
+
property :desired_secret_sync_config, as: 'desiredSecretSyncConfig', class: Google::Apis::ContainerV1beta1::SecretSyncConfig, decorator: Google::Apis::ContainerV1beta1::SecretSyncConfig::Representation
|
|
2195
|
+
|
|
2066
2196
|
property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
|
|
2067
2197
|
|
|
2068
2198
|
property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
|
|
@@ -2105,11 +2235,28 @@ module Google
|
|
|
2105
2235
|
property :minor_target_version, as: 'minorTargetVersion'
|
|
2106
2236
|
property :patch_target_version, as: 'patchTargetVersion'
|
|
2107
2237
|
collection :paused_reason, as: 'pausedReason'
|
|
2238
|
+
property :rollback_safe_upgrade_status, as: 'rollbackSafeUpgradeStatus', class: Google::Apis::ContainerV1beta1::RollbackSafeUpgradeStatus, decorator: Google::Apis::ContainerV1beta1::RollbackSafeUpgradeStatus::Representation
|
|
2239
|
+
|
|
2108
2240
|
collection :upgrade_details, as: 'upgradeDetails', class: Google::Apis::ContainerV1beta1::UpgradeDetails, decorator: Google::Apis::ContainerV1beta1::UpgradeDetails::Representation
|
|
2109
2241
|
|
|
2110
2242
|
end
|
|
2111
2243
|
end
|
|
2112
2244
|
|
|
2245
|
+
class CompatibilityStatus
|
|
2246
|
+
# @private
|
|
2247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2248
|
+
property :downgradable_version, as: 'downgradableVersion'
|
|
2249
|
+
property :emulated_version_time, as: 'emulatedVersionTime'
|
|
2250
|
+
end
|
|
2251
|
+
end
|
|
2252
|
+
|
|
2253
|
+
class CompleteControlPlaneUpgradeRequest
|
|
2254
|
+
# @private
|
|
2255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2256
|
+
property :version, as: 'version'
|
|
2257
|
+
end
|
|
2258
|
+
end
|
|
2259
|
+
|
|
2113
2260
|
class CompleteIpRotationRequest
|
|
2114
2261
|
# @private
|
|
2115
2262
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2169,6 +2316,8 @@ module Google
|
|
|
2169
2316
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2170
2317
|
property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig::Representation
|
|
2171
2318
|
|
|
2319
|
+
collection :registry_hosts, as: 'registryHosts', class: Google::Apis::ContainerV1beta1::RegistryHostConfig, decorator: Google::Apis::ContainerV1beta1::RegistryHostConfig::Representation
|
|
2320
|
+
|
|
2172
2321
|
property :writable_cgroups, as: 'writableCgroups', class: Google::Apis::ContainerV1beta1::WritableCgroups, decorator: Google::Apis::ContainerV1beta1::WritableCgroups::Representation
|
|
2173
2322
|
|
|
2174
2323
|
end
|
|
@@ -2263,6 +2412,13 @@ module Google
|
|
|
2263
2412
|
end
|
|
2264
2413
|
end
|
|
2265
2414
|
|
|
2415
|
+
class DedicatedLocalSsdProfile
|
|
2416
|
+
# @private
|
|
2417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2418
|
+
property :disk_count, :numeric_string => true, as: 'diskCount'
|
|
2419
|
+
end
|
|
2420
|
+
end
|
|
2421
|
+
|
|
2266
2422
|
class DefaultComputeClassConfig
|
|
2267
2423
|
# @private
|
|
2268
2424
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2305,6 +2461,13 @@ module Google
|
|
|
2305
2461
|
end
|
|
2306
2462
|
end
|
|
2307
2463
|
|
|
2464
|
+
class EncryptionConfig
|
|
2465
|
+
# @private
|
|
2466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2467
|
+
property :disabled, as: 'disabled'
|
|
2468
|
+
end
|
|
2469
|
+
end
|
|
2470
|
+
|
|
2308
2471
|
class EnterpriseConfig
|
|
2309
2472
|
# @private
|
|
2310
2473
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2313,6 +2476,14 @@ module Google
|
|
|
2313
2476
|
end
|
|
2314
2477
|
end
|
|
2315
2478
|
|
|
2479
|
+
class EphemeralLocalSsdProfile
|
|
2480
|
+
# @private
|
|
2481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2482
|
+
property :swap_size_gib, :numeric_string => true, as: 'swapSizeGib'
|
|
2483
|
+
property :swap_size_percent, as: 'swapSizePercent'
|
|
2484
|
+
end
|
|
2485
|
+
end
|
|
2486
|
+
|
|
2316
2487
|
class EphemeralStorageConfig
|
|
2317
2488
|
# @private
|
|
2318
2489
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2498,6 +2669,22 @@ module Google
|
|
|
2498
2669
|
end
|
|
2499
2670
|
end
|
|
2500
2671
|
|
|
2672
|
+
class HostConfig
|
|
2673
|
+
# @private
|
|
2674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2675
|
+
collection :ca, as: 'ca', class: Google::Apis::ContainerV1beta1::CertificateConfig, decorator: Google::Apis::ContainerV1beta1::CertificateConfig::Representation
|
|
2676
|
+
|
|
2677
|
+
collection :capabilities, as: 'capabilities'
|
|
2678
|
+
collection :client, as: 'client', class: Google::Apis::ContainerV1beta1::CertificateConfigPair, decorator: Google::Apis::ContainerV1beta1::CertificateConfigPair::Representation
|
|
2679
|
+
|
|
2680
|
+
property :dial_timeout, as: 'dialTimeout'
|
|
2681
|
+
collection :header, as: 'header', class: Google::Apis::ContainerV1beta1::RegistryHeader, decorator: Google::Apis::ContainerV1beta1::RegistryHeader::Representation
|
|
2682
|
+
|
|
2683
|
+
property :host, as: 'host'
|
|
2684
|
+
property :override_path, as: 'overridePath'
|
|
2685
|
+
end
|
|
2686
|
+
end
|
|
2687
|
+
|
|
2501
2688
|
class HostMaintenancePolicy
|
|
2502
2689
|
# @private
|
|
2503
2690
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2658,6 +2845,10 @@ module Google
|
|
|
2658
2845
|
property :cgroup_mode, as: 'cgroupMode'
|
|
2659
2846
|
property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1beta1::HugepagesConfig, decorator: Google::Apis::ContainerV1beta1::HugepagesConfig::Representation
|
|
2660
2847
|
|
|
2848
|
+
property :node_kernel_module_loading, as: 'nodeKernelModuleLoading', class: Google::Apis::ContainerV1beta1::NodeKernelModuleLoading, decorator: Google::Apis::ContainerV1beta1::NodeKernelModuleLoading::Representation
|
|
2849
|
+
|
|
2850
|
+
property :swap_config, as: 'swapConfig', class: Google::Apis::ContainerV1beta1::SwapConfig, decorator: Google::Apis::ContainerV1beta1::SwapConfig::Representation
|
|
2851
|
+
|
|
2661
2852
|
hash :sysctls, as: 'sysctls'
|
|
2662
2853
|
property :transparent_hugepage_defrag, as: 'transparentHugepageDefrag'
|
|
2663
2854
|
property :transparent_hugepage_enabled, as: 'transparentHugepageEnabled'
|
|
@@ -2757,6 +2948,7 @@ module Google
|
|
|
2757
2948
|
class MaintenanceExclusionOptions
|
|
2758
2949
|
# @private
|
|
2759
2950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2951
|
+
property :end_time_behavior, as: 'endTimeBehavior'
|
|
2760
2952
|
property :scope, as: 'scope'
|
|
2761
2953
|
end
|
|
2762
2954
|
end
|
|
@@ -2794,6 +2986,8 @@ module Google
|
|
|
2794
2986
|
class Master
|
|
2795
2987
|
# @private
|
|
2796
2988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2989
|
+
property :compatibility_status, as: 'compatibilityStatus', class: Google::Apis::ContainerV1beta1::CompatibilityStatus, decorator: Google::Apis::ContainerV1beta1::CompatibilityStatus::Representation
|
|
2990
|
+
|
|
2797
2991
|
end
|
|
2798
2992
|
end
|
|
2799
2993
|
|
|
@@ -3039,6 +3233,13 @@ module Google
|
|
|
3039
3233
|
end
|
|
3040
3234
|
end
|
|
3041
3235
|
|
|
3236
|
+
class NodeKernelModuleLoading
|
|
3237
|
+
# @private
|
|
3238
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3239
|
+
property :policy, as: 'policy'
|
|
3240
|
+
end
|
|
3241
|
+
end
|
|
3242
|
+
|
|
3042
3243
|
class NodeKubeletConfig
|
|
3043
3244
|
# @private
|
|
3044
3245
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3090,6 +3291,7 @@ module Google
|
|
|
3090
3291
|
class NodeNetworkConfig
|
|
3091
3292
|
# @private
|
|
3092
3293
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3294
|
+
property :accelerator_network_profile, as: 'acceleratorNetworkProfile'
|
|
3093
3295
|
collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig::Representation
|
|
3094
3296
|
|
|
3095
3297
|
collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig::Representation
|
|
@@ -3331,6 +3533,13 @@ module Google
|
|
|
3331
3533
|
end
|
|
3332
3534
|
end
|
|
3333
3535
|
|
|
3536
|
+
class PodSnapshotConfig
|
|
3537
|
+
# @private
|
|
3538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3539
|
+
property :enabled, as: 'enabled'
|
|
3540
|
+
end
|
|
3541
|
+
end
|
|
3542
|
+
|
|
3334
3543
|
class PolicyBinding
|
|
3335
3544
|
# @private
|
|
3336
3545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3452,6 +3661,23 @@ module Google
|
|
|
3452
3661
|
end
|
|
3453
3662
|
end
|
|
3454
3663
|
|
|
3664
|
+
class RegistryHeader
|
|
3665
|
+
# @private
|
|
3666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3667
|
+
property :key, as: 'key'
|
|
3668
|
+
collection :value, as: 'value'
|
|
3669
|
+
end
|
|
3670
|
+
end
|
|
3671
|
+
|
|
3672
|
+
class RegistryHostConfig
|
|
3673
|
+
# @private
|
|
3674
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3675
|
+
collection :hosts, as: 'hosts', class: Google::Apis::ContainerV1beta1::HostConfig, decorator: Google::Apis::ContainerV1beta1::HostConfig::Representation
|
|
3676
|
+
|
|
3677
|
+
property :server, as: 'server'
|
|
3678
|
+
end
|
|
3679
|
+
end
|
|
3680
|
+
|
|
3455
3681
|
class ReleaseChannel
|
|
3456
3682
|
# @private
|
|
3457
3683
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3526,6 +3752,22 @@ module Google
|
|
|
3526
3752
|
end
|
|
3527
3753
|
end
|
|
3528
3754
|
|
|
3755
|
+
class RollbackSafeUpgrade
|
|
3756
|
+
# @private
|
|
3757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3758
|
+
property :control_plane_soak_duration, as: 'controlPlaneSoakDuration'
|
|
3759
|
+
end
|
|
3760
|
+
end
|
|
3761
|
+
|
|
3762
|
+
class RollbackSafeUpgradeStatus
|
|
3763
|
+
# @private
|
|
3764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3765
|
+
property :control_plane_upgrade_rollback_end_time, as: 'controlPlaneUpgradeRollbackEndTime'
|
|
3766
|
+
property :mode, as: 'mode'
|
|
3767
|
+
property :previous_version, as: 'previousVersion'
|
|
3768
|
+
end
|
|
3769
|
+
end
|
|
3770
|
+
|
|
3529
3771
|
class RotationConfig
|
|
3530
3772
|
# @private
|
|
3531
3773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3833,6 +4075,21 @@ module Google
|
|
|
3833
4075
|
end
|
|
3834
4076
|
end
|
|
3835
4077
|
|
|
4078
|
+
class SwapConfig
|
|
4079
|
+
# @private
|
|
4080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4081
|
+
property :boot_disk_profile, as: 'bootDiskProfile', class: Google::Apis::ContainerV1beta1::BootDiskProfile, decorator: Google::Apis::ContainerV1beta1::BootDiskProfile::Representation
|
|
4082
|
+
|
|
4083
|
+
property :dedicated_local_ssd_profile, as: 'dedicatedLocalSsdProfile', class: Google::Apis::ContainerV1beta1::DedicatedLocalSsdProfile, decorator: Google::Apis::ContainerV1beta1::DedicatedLocalSsdProfile::Representation
|
|
4084
|
+
|
|
4085
|
+
property :enabled, as: 'enabled'
|
|
4086
|
+
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::ContainerV1beta1::EncryptionConfig, decorator: Google::Apis::ContainerV1beta1::EncryptionConfig::Representation
|
|
4087
|
+
|
|
4088
|
+
property :ephemeral_local_ssd_profile, as: 'ephemeralLocalSsdProfile', class: Google::Apis::ContainerV1beta1::EphemeralLocalSsdProfile, decorator: Google::Apis::ContainerV1beta1::EphemeralLocalSsdProfile::Representation
|
|
4089
|
+
|
|
4090
|
+
end
|
|
4091
|
+
end
|
|
4092
|
+
|
|
3836
4093
|
class SyncRotationConfig
|
|
3837
4094
|
# @private
|
|
3838
4095
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3977,10 +4234,12 @@ module Google
|
|
|
3977
4234
|
# @private
|
|
3978
4235
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3979
4236
|
property :end_time, as: 'endTime'
|
|
4237
|
+
property :initial_emulated_version, as: 'initialEmulatedVersion'
|
|
3980
4238
|
property :initial_version, as: 'initialVersion'
|
|
3981
4239
|
property :start_time, as: 'startTime'
|
|
3982
4240
|
property :start_type, as: 'startType'
|
|
3983
4241
|
property :state, as: 'state'
|
|
4242
|
+
property :target_emulated_version, as: 'targetEmulatedVersion'
|
|
3984
4243
|
property :target_version, as: 'targetVersion'
|
|
3985
4244
|
end
|
|
3986
4245
|
end
|
|
@@ -3988,11 +4247,13 @@ module Google
|
|
|
3988
4247
|
class UpgradeEvent
|
|
3989
4248
|
# @private
|
|
3990
4249
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4250
|
+
property :current_emulated_version, as: 'currentEmulatedVersion'
|
|
3991
4251
|
property :current_version, as: 'currentVersion'
|
|
3992
4252
|
property :operation, as: 'operation'
|
|
3993
4253
|
property :operation_start_time, as: 'operationStartTime'
|
|
3994
4254
|
property :resource, as: 'resource'
|
|
3995
4255
|
property :resource_type, as: 'resourceType'
|
|
4256
|
+
property :target_emulated_version, as: 'targetEmulatedVersion'
|
|
3996
4257
|
property :target_version, as: 'targetVersion'
|
|
3997
4258
|
end
|
|
3998
4259
|
end
|
|
@@ -4000,6 +4261,7 @@ module Google
|
|
|
4000
4261
|
class UpgradeInfoEvent
|
|
4001
4262
|
# @private
|
|
4002
4263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4264
|
+
property :current_emulated_version, as: 'currentEmulatedVersion'
|
|
4003
4265
|
property :current_version, as: 'currentVersion'
|
|
4004
4266
|
property :description, as: 'description'
|
|
4005
4267
|
property :end_time, as: 'endTime'
|
|
@@ -4011,6 +4273,7 @@ module Google
|
|
|
4011
4273
|
property :standard_support_end_time, as: 'standardSupportEndTime'
|
|
4012
4274
|
property :start_time, as: 'startTime'
|
|
4013
4275
|
property :state, as: 'state'
|
|
4276
|
+
property :target_emulated_version, as: 'targetEmulatedVersion'
|
|
4014
4277
|
property :target_version, as: 'targetVersion'
|
|
4015
4278
|
end
|
|
4016
4279
|
end
|