google-apis-container_v1beta1 0.93.0 → 0.95.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.93.0"
19
+ GEM_VERSION = "0.95.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 = "20250923"
25
+ REVISION = "20251021"
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
 
@@ -352,6 +358,12 @@ module Google
352
358
  include Google::Apis::Core::JsonObjectSupport
353
359
  end
354
360
 
361
+ class DedicatedLocalSsdProfile
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
355
367
  class DefaultComputeClassConfig
356
368
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
369
 
@@ -388,12 +400,24 @@ module Google
388
400
  include Google::Apis::Core::JsonObjectSupport
389
401
  end
390
402
 
403
+ class EncryptionConfig
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
391
409
  class EnterpriseConfig
392
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
411
 
394
412
  include Google::Apis::Core::JsonObjectSupport
395
413
  end
396
414
 
415
+ class EphemeralLocalSsdProfile
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
397
421
  class EphemeralStorageConfig
398
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
423
 
@@ -820,6 +844,12 @@ module Google
820
844
  include Google::Apis::Core::JsonObjectSupport
821
845
  end
822
846
 
847
+ class NodeKernelModuleLoading
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
823
853
  class NodeKubeletConfig
824
854
  class Representation < Google::Apis::Core::JsonRepresentation; end
825
855
 
@@ -1120,6 +1150,12 @@ module Google
1120
1150
  include Google::Apis::Core::JsonObjectSupport
1121
1151
  end
1122
1152
 
1153
+ class SecretSyncConfig
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1123
1159
  class SecurityBulletinEvent
1124
1160
  class Representation < Google::Apis::Core::JsonRepresentation; end
1125
1161
 
@@ -1264,6 +1300,18 @@ module Google
1264
1300
  include Google::Apis::Core::JsonObjectSupport
1265
1301
  end
1266
1302
 
1303
+ class SwapConfig
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1309
+ class SyncRotationConfig
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1267
1315
  class TimeWindow
1268
1316
  class Representation < Google::Apis::Core::JsonRepresentation; end
1269
1317
 
@@ -1420,6 +1468,12 @@ module Google
1420
1468
  include Google::Apis::Core::JsonObjectSupport
1421
1469
  end
1422
1470
 
1471
+ class WritableCgroups
1472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1473
+
1474
+ include Google::Apis::Core::JsonObjectSupport
1475
+ end
1476
+
1423
1477
  class AcceleratorConfig
1424
1478
  # @private
1425
1479
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1698,6 +1752,14 @@ module Google
1698
1752
  end
1699
1753
  end
1700
1754
 
1755
+ class BootDiskProfile
1756
+ # @private
1757
+ class Representation < Google::Apis::Core::JsonRepresentation
1758
+ property :swap_size_gib, :numeric_string => true, as: 'swapSizeGib'
1759
+ property :swap_size_percent, as: 'swapSizePercent'
1760
+ end
1761
+ end
1762
+
1701
1763
  class CancelOperationRequest
1702
1764
  # @private
1703
1765
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1869,6 +1931,8 @@ module Google
1869
1931
  property :satisfies_pzs, as: 'satisfiesPzs'
1870
1932
  property :secret_manager_config, as: 'secretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
1871
1933
 
1934
+ property :secret_sync_config, as: 'secretSyncConfig', class: Google::Apis::ContainerV1beta1::SecretSyncConfig, decorator: Google::Apis::ContainerV1beta1::SecretSyncConfig::Representation
1935
+
1872
1936
  property :security_posture_config, as: 'securityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
1873
1937
 
1874
1938
  property :self_link, as: 'selfLink'
@@ -2043,6 +2107,8 @@ module Google
2043
2107
 
2044
2108
  property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
2045
2109
 
2110
+ property :desired_secret_sync_config, as: 'desiredSecretSyncConfig', class: Google::Apis::ContainerV1beta1::SecretSyncConfig, decorator: Google::Apis::ContainerV1beta1::SecretSyncConfig::Representation
2111
+
2046
2112
  property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
2047
2113
 
2048
2114
  property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
@@ -2149,6 +2215,8 @@ module Google
2149
2215
  class Representation < Google::Apis::Core::JsonRepresentation
2150
2216
  property :private_registry_access_config, as: 'privateRegistryAccessConfig', class: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig, decorator: Google::Apis::ContainerV1beta1::PrivateRegistryAccessConfig::Representation
2151
2217
 
2218
+ property :writable_cgroups, as: 'writableCgroups', class: Google::Apis::ContainerV1beta1::WritableCgroups, decorator: Google::Apis::ContainerV1beta1::WritableCgroups::Representation
2219
+
2152
2220
  end
2153
2221
  end
2154
2222
 
@@ -2241,6 +2309,13 @@ module Google
2241
2309
  end
2242
2310
  end
2243
2311
 
2312
+ class DedicatedLocalSsdProfile
2313
+ # @private
2314
+ class Representation < Google::Apis::Core::JsonRepresentation
2315
+ property :disk_count, :numeric_string => true, as: 'diskCount'
2316
+ end
2317
+ end
2318
+
2244
2319
  class DefaultComputeClassConfig
2245
2320
  # @private
2246
2321
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2283,6 +2358,13 @@ module Google
2283
2358
  end
2284
2359
  end
2285
2360
 
2361
+ class EncryptionConfig
2362
+ # @private
2363
+ class Representation < Google::Apis::Core::JsonRepresentation
2364
+ property :disabled, as: 'disabled'
2365
+ end
2366
+ end
2367
+
2286
2368
  class EnterpriseConfig
2287
2369
  # @private
2288
2370
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2291,6 +2373,14 @@ module Google
2291
2373
  end
2292
2374
  end
2293
2375
 
2376
+ class EphemeralLocalSsdProfile
2377
+ # @private
2378
+ class Representation < Google::Apis::Core::JsonRepresentation
2379
+ property :swap_size_gib, :numeric_string => true, as: 'swapSizeGib'
2380
+ property :swap_size_percent, as: 'swapSizePercent'
2381
+ end
2382
+ end
2383
+
2294
2384
  class EphemeralStorageConfig
2295
2385
  # @private
2296
2386
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2636,6 +2726,10 @@ module Google
2636
2726
  property :cgroup_mode, as: 'cgroupMode'
2637
2727
  property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1beta1::HugepagesConfig, decorator: Google::Apis::ContainerV1beta1::HugepagesConfig::Representation
2638
2728
 
2729
+ property :node_kernel_module_loading, as: 'nodeKernelModuleLoading', class: Google::Apis::ContainerV1beta1::NodeKernelModuleLoading, decorator: Google::Apis::ContainerV1beta1::NodeKernelModuleLoading::Representation
2730
+
2731
+ property :swap_config, as: 'swapConfig', class: Google::Apis::ContainerV1beta1::SwapConfig, decorator: Google::Apis::ContainerV1beta1::SwapConfig::Representation
2732
+
2639
2733
  hash :sysctls, as: 'sysctls'
2640
2734
  property :transparent_hugepage_defrag, as: 'transparentHugepageDefrag'
2641
2735
  property :transparent_hugepage_enabled, as: 'transparentHugepageEnabled'
@@ -2735,6 +2829,7 @@ module Google
2735
2829
  class MaintenanceExclusionOptions
2736
2830
  # @private
2737
2831
  class Representation < Google::Apis::Core::JsonRepresentation
2832
+ property :end_time_behavior, as: 'endTimeBehavior'
2738
2833
  property :scope, as: 'scope'
2739
2834
  end
2740
2835
  end
@@ -3017,6 +3112,13 @@ module Google
3017
3112
  end
3018
3113
  end
3019
3114
 
3115
+ class NodeKernelModuleLoading
3116
+ # @private
3117
+ class Representation < Google::Apis::Core::JsonRepresentation
3118
+ property :policy, as: 'policy'
3119
+ end
3120
+ end
3121
+
3020
3122
  class NodeKubeletConfig
3021
3123
  # @private
3022
3124
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3068,6 +3170,7 @@ module Google
3068
3170
  class NodeNetworkConfig
3069
3171
  # @private
3070
3172
  class Representation < Google::Apis::Core::JsonRepresentation
3173
+ property :accelerator_network_profile, as: 'acceleratorNetworkProfile'
3071
3174
  collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig::Representation
3072
3175
 
3073
3176
  collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig::Representation
@@ -3543,6 +3646,15 @@ module Google
3543
3646
  end
3544
3647
  end
3545
3648
 
3649
+ class SecretSyncConfig
3650
+ # @private
3651
+ class Representation < Google::Apis::Core::JsonRepresentation
3652
+ property :enabled, as: 'enabled'
3653
+ property :rotation_config, as: 'rotationConfig', class: Google::Apis::ContainerV1beta1::SyncRotationConfig, decorator: Google::Apis::ContainerV1beta1::SyncRotationConfig::Representation
3654
+
3655
+ end
3656
+ end
3657
+
3546
3658
  class SecurityBulletinEvent
3547
3659
  # @private
3548
3660
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3802,6 +3914,29 @@ module Google
3802
3914
  end
3803
3915
  end
3804
3916
 
3917
+ class SwapConfig
3918
+ # @private
3919
+ class Representation < Google::Apis::Core::JsonRepresentation
3920
+ property :boot_disk_profile, as: 'bootDiskProfile', class: Google::Apis::ContainerV1beta1::BootDiskProfile, decorator: Google::Apis::ContainerV1beta1::BootDiskProfile::Representation
3921
+
3922
+ property :dedicated_local_ssd_profile, as: 'dedicatedLocalSsdProfile', class: Google::Apis::ContainerV1beta1::DedicatedLocalSsdProfile, decorator: Google::Apis::ContainerV1beta1::DedicatedLocalSsdProfile::Representation
3923
+
3924
+ property :enabled, as: 'enabled'
3925
+ property :encryption_config, as: 'encryptionConfig', class: Google::Apis::ContainerV1beta1::EncryptionConfig, decorator: Google::Apis::ContainerV1beta1::EncryptionConfig::Representation
3926
+
3927
+ property :ephemeral_local_ssd_profile, as: 'ephemeralLocalSsdProfile', class: Google::Apis::ContainerV1beta1::EphemeralLocalSsdProfile, decorator: Google::Apis::ContainerV1beta1::EphemeralLocalSsdProfile::Representation
3928
+
3929
+ end
3930
+ end
3931
+
3932
+ class SyncRotationConfig
3933
+ # @private
3934
+ class Representation < Google::Apis::Core::JsonRepresentation
3935
+ property :enabled, as: 'enabled'
3936
+ property :rotation_interval, as: 'rotationInterval'
3937
+ end
3938
+ end
3939
+
3805
3940
  class TimeWindow
3806
3941
  # @private
3807
3942
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3949,11 +4084,13 @@ module Google
3949
4084
  class UpgradeEvent
3950
4085
  # @private
3951
4086
  class Representation < Google::Apis::Core::JsonRepresentation
4087
+ property :current_emulated_version, as: 'currentEmulatedVersion'
3952
4088
  property :current_version, as: 'currentVersion'
3953
4089
  property :operation, as: 'operation'
3954
4090
  property :operation_start_time, as: 'operationStartTime'
3955
4091
  property :resource, as: 'resource'
3956
4092
  property :resource_type, as: 'resourceType'
4093
+ property :target_emulated_version, as: 'targetEmulatedVersion'
3957
4094
  property :target_version, as: 'targetVersion'
3958
4095
  end
3959
4096
  end
@@ -3961,6 +4098,7 @@ module Google
3961
4098
  class UpgradeInfoEvent
3962
4099
  # @private
3963
4100
  class Representation < Google::Apis::Core::JsonRepresentation
4101
+ property :current_emulated_version, as: 'currentEmulatedVersion'
3964
4102
  property :current_version, as: 'currentVersion'
3965
4103
  property :description, as: 'description'
3966
4104
  property :end_time, as: 'endTime'
@@ -3972,6 +4110,7 @@ module Google
3972
4110
  property :standard_support_end_time, as: 'standardSupportEndTime'
3973
4111
  property :start_time, as: 'startTime'
3974
4112
  property :state, as: 'state'
4113
+ property :target_emulated_version, as: 'targetEmulatedVersion'
3975
4114
  property :target_version, as: 'targetVersion'
3976
4115
  end
3977
4116
  end
@@ -4106,6 +4245,13 @@ module Google
4106
4245
  property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
4107
4246
  end
4108
4247
  end
4248
+
4249
+ class WritableCgroups
4250
+ # @private
4251
+ class Representation < Google::Apis::Core::JsonRepresentation
4252
+ property :enabled, as: 'enabled'
4253
+ end
4254
+ end
4109
4255
  end
4110
4256
  end
4111
4257
  end