google-apis-container_v1beta1 0.94.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.94.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 = "20250930"
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
 
@@ -1270,6 +1300,12 @@ module Google
1270
1300
  include Google::Apis::Core::JsonObjectSupport
1271
1301
  end
1272
1302
 
1303
+ class SwapConfig
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1273
1309
  class SyncRotationConfig
1274
1310
  class Representation < Google::Apis::Core::JsonRepresentation; end
1275
1311
 
@@ -1716,6 +1752,14 @@ module Google
1716
1752
  end
1717
1753
  end
1718
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
+
1719
1763
  class CancelOperationRequest
1720
1764
  # @private
1721
1765
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2063,6 +2107,8 @@ module Google
2063
2107
 
2064
2108
  property :desired_secret_manager_config, as: 'desiredSecretManagerConfig', class: Google::Apis::ContainerV1beta1::SecretManagerConfig, decorator: Google::Apis::ContainerV1beta1::SecretManagerConfig::Representation
2065
2109
 
2110
+ property :desired_secret_sync_config, as: 'desiredSecretSyncConfig', class: Google::Apis::ContainerV1beta1::SecretSyncConfig, decorator: Google::Apis::ContainerV1beta1::SecretSyncConfig::Representation
2111
+
2066
2112
  property :desired_security_posture_config, as: 'desiredSecurityPostureConfig', class: Google::Apis::ContainerV1beta1::SecurityPostureConfig, decorator: Google::Apis::ContainerV1beta1::SecurityPostureConfig::Representation
2067
2113
 
2068
2114
  property :desired_service_external_ips_config, as: 'desiredServiceExternalIpsConfig', class: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig, decorator: Google::Apis::ContainerV1beta1::ServiceExternalIPsConfig::Representation
@@ -2263,6 +2309,13 @@ module Google
2263
2309
  end
2264
2310
  end
2265
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
+
2266
2319
  class DefaultComputeClassConfig
2267
2320
  # @private
2268
2321
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2305,6 +2358,13 @@ module Google
2305
2358
  end
2306
2359
  end
2307
2360
 
2361
+ class EncryptionConfig
2362
+ # @private
2363
+ class Representation < Google::Apis::Core::JsonRepresentation
2364
+ property :disabled, as: 'disabled'
2365
+ end
2366
+ end
2367
+
2308
2368
  class EnterpriseConfig
2309
2369
  # @private
2310
2370
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2313,6 +2373,14 @@ module Google
2313
2373
  end
2314
2374
  end
2315
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
+
2316
2384
  class EphemeralStorageConfig
2317
2385
  # @private
2318
2386
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2658,6 +2726,10 @@ module Google
2658
2726
  property :cgroup_mode, as: 'cgroupMode'
2659
2727
  property :hugepages, as: 'hugepages', class: Google::Apis::ContainerV1beta1::HugepagesConfig, decorator: Google::Apis::ContainerV1beta1::HugepagesConfig::Representation
2660
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
+
2661
2733
  hash :sysctls, as: 'sysctls'
2662
2734
  property :transparent_hugepage_defrag, as: 'transparentHugepageDefrag'
2663
2735
  property :transparent_hugepage_enabled, as: 'transparentHugepageEnabled'
@@ -2757,6 +2829,7 @@ module Google
2757
2829
  class MaintenanceExclusionOptions
2758
2830
  # @private
2759
2831
  class Representation < Google::Apis::Core::JsonRepresentation
2832
+ property :end_time_behavior, as: 'endTimeBehavior'
2760
2833
  property :scope, as: 'scope'
2761
2834
  end
2762
2835
  end
@@ -3039,6 +3112,13 @@ module Google
3039
3112
  end
3040
3113
  end
3041
3114
 
3115
+ class NodeKernelModuleLoading
3116
+ # @private
3117
+ class Representation < Google::Apis::Core::JsonRepresentation
3118
+ property :policy, as: 'policy'
3119
+ end
3120
+ end
3121
+
3042
3122
  class NodeKubeletConfig
3043
3123
  # @private
3044
3124
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3090,6 +3170,7 @@ module Google
3090
3170
  class NodeNetworkConfig
3091
3171
  # @private
3092
3172
  class Representation < Google::Apis::Core::JsonRepresentation
3173
+ property :accelerator_network_profile, as: 'acceleratorNetworkProfile'
3093
3174
  collection :additional_node_network_configs, as: 'additionalNodeNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalNodeNetworkConfig::Representation
3094
3175
 
3095
3176
  collection :additional_pod_network_configs, as: 'additionalPodNetworkConfigs', class: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig, decorator: Google::Apis::ContainerV1beta1::AdditionalPodNetworkConfig::Representation
@@ -3833,6 +3914,21 @@ module Google
3833
3914
  end
3834
3915
  end
3835
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
+
3836
3932
  class SyncRotationConfig
3837
3933
  # @private
3838
3934
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3988,11 +4084,13 @@ module Google
3988
4084
  class UpgradeEvent
3989
4085
  # @private
3990
4086
  class Representation < Google::Apis::Core::JsonRepresentation
4087
+ property :current_emulated_version, as: 'currentEmulatedVersion'
3991
4088
  property :current_version, as: 'currentVersion'
3992
4089
  property :operation, as: 'operation'
3993
4090
  property :operation_start_time, as: 'operationStartTime'
3994
4091
  property :resource, as: 'resource'
3995
4092
  property :resource_type, as: 'resourceType'
4093
+ property :target_emulated_version, as: 'targetEmulatedVersion'
3996
4094
  property :target_version, as: 'targetVersion'
3997
4095
  end
3998
4096
  end
@@ -4000,6 +4098,7 @@ module Google
4000
4098
  class UpgradeInfoEvent
4001
4099
  # @private
4002
4100
  class Representation < Google::Apis::Core::JsonRepresentation
4101
+ property :current_emulated_version, as: 'currentEmulatedVersion'
4003
4102
  property :current_version, as: 'currentVersion'
4004
4103
  property :description, as: 'description'
4005
4104
  property :end_time, as: 'endTime'
@@ -4011,6 +4110,7 @@ module Google
4011
4110
  property :standard_support_end_time, as: 'standardSupportEndTime'
4012
4111
  property :start_time, as: 'startTime'
4013
4112
  property :state, as: 'state'
4113
+ property :target_emulated_version, as: 'targetEmulatedVersion'
4014
4114
  property :target_version, as: 'targetVersion'
4015
4115
  end
4016
4116
  end