google-apis-container_v1beta1 0.97.0 → 0.99.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3b19909410827dd2e5e39827a44308643010a5fe6cbfdfdeae8c0c81b2adc611
|
|
4
|
+
data.tar.gz: ddfeeeec0cef5eef2cb42538bd5ebb4bd55a487cc4fe79763df3e5a7fd064f8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f36f13a005a681435b0b12318d015de15f1a2e544596e86c389da1f3c102753e100842ce66a9d5498a753216f250ce579369d7ceb38cb7ff6af0666e243b496
|
|
7
|
+
data.tar.gz: 454410ede1dba777feae9e3c7134a0f557b58d2fda89d83b9634101ed50038ff3bd384c5246f5f0358ed86934c5d639db0788f577d7d92e3f4aa48241a1a815b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-container_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.99.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251202
|
|
6
|
+
|
|
7
|
+
### v0.98.0 (2025-12-07)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251125
|
|
10
|
+
|
|
3
11
|
### v0.97.0 (2025-11-16)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251104
|
|
@@ -1559,6 +1559,12 @@ module Google
|
|
|
1559
1559
|
# @return [Google::Apis::ContainerV1beta1::MaintenancePolicy]
|
|
1560
1560
|
attr_accessor :maintenance_policy
|
|
1561
1561
|
|
|
1562
|
+
# ManagedOpenTelemetryConfig is the configuration for the GKE Managed
|
|
1563
|
+
# OpenTelemetry pipeline.
|
|
1564
|
+
# Corresponds to the JSON property `managedOpentelemetryConfig`
|
|
1565
|
+
# @return [Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig]
|
|
1566
|
+
attr_accessor :managed_opentelemetry_config
|
|
1567
|
+
|
|
1562
1568
|
# Master is the configuration for components on master.
|
|
1563
1569
|
# Corresponds to the JSON property `master`
|
|
1564
1570
|
# @return [Google::Apis::ContainerV1beta1::Master]
|
|
@@ -1903,6 +1909,7 @@ module Google
|
|
|
1903
1909
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
|
1904
1910
|
@logging_service = args[:logging_service] if args.key?(:logging_service)
|
|
1905
1911
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
|
1912
|
+
@managed_opentelemetry_config = args[:managed_opentelemetry_config] if args.key?(:managed_opentelemetry_config)
|
|
1906
1913
|
@master = args[:master] if args.key?(:master)
|
|
1907
1914
|
@master_auth = args[:master_auth] if args.key?(:master_auth)
|
|
1908
1915
|
@master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
|
|
@@ -2278,6 +2285,12 @@ module Google
|
|
|
2278
2285
|
# @return [String]
|
|
2279
2286
|
attr_accessor :desired_logging_service
|
|
2280
2287
|
|
|
2288
|
+
# ManagedOpenTelemetryConfig is the configuration for the GKE Managed
|
|
2289
|
+
# OpenTelemetry pipeline.
|
|
2290
|
+
# Corresponds to the JSON property `desiredManagedOpentelemetryConfig`
|
|
2291
|
+
# @return [Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig]
|
|
2292
|
+
attr_accessor :desired_managed_opentelemetry_config
|
|
2293
|
+
|
|
2281
2294
|
# Master is the configuration for components on master.
|
|
2282
2295
|
# Corresponds to the JSON property `desiredMaster`
|
|
2283
2296
|
# @return [Google::Apis::ContainerV1beta1::Master]
|
|
@@ -2610,6 +2623,7 @@ module Google
|
|
|
2610
2623
|
@desired_locations = args[:desired_locations] if args.key?(:desired_locations)
|
|
2611
2624
|
@desired_logging_config = args[:desired_logging_config] if args.key?(:desired_logging_config)
|
|
2612
2625
|
@desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
|
|
2626
|
+
@desired_managed_opentelemetry_config = args[:desired_managed_opentelemetry_config] if args.key?(:desired_managed_opentelemetry_config)
|
|
2613
2627
|
@desired_master = args[:desired_master] if args.key?(:desired_master)
|
|
2614
2628
|
@desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
|
|
2615
2629
|
@desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
|
|
@@ -3412,6 +3426,48 @@ module Google
|
|
|
3412
3426
|
end
|
|
3413
3427
|
end
|
|
3414
3428
|
|
|
3429
|
+
# DisruptionEvent is a notification sent to customers about the disruption event
|
|
3430
|
+
# of a resource.
|
|
3431
|
+
class DisruptionEvent
|
|
3432
|
+
include Google::Apis::Core::Hashable
|
|
3433
|
+
|
|
3434
|
+
# The type of the disruption event.
|
|
3435
|
+
# Corresponds to the JSON property `disruptionType`
|
|
3436
|
+
# @return [String]
|
|
3437
|
+
attr_accessor :disruption_type
|
|
3438
|
+
|
|
3439
|
+
# The node whose drain is blocked by PDB. This field is set for both
|
|
3440
|
+
# POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event.
|
|
3441
|
+
# Corresponds to the JSON property `pdbBlockedNode`
|
|
3442
|
+
# @return [String]
|
|
3443
|
+
attr_accessor :pdb_blocked_node
|
|
3444
|
+
|
|
3445
|
+
# The pods whose evictions are blocked by PDB. This field is set for both
|
|
3446
|
+
# POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event.
|
|
3447
|
+
# Corresponds to the JSON property `pdbBlockedPod`
|
|
3448
|
+
# @return [Array<Google::Apis::ContainerV1beta1::PdbBlockedPod>]
|
|
3449
|
+
attr_accessor :pdb_blocked_pod
|
|
3450
|
+
|
|
3451
|
+
# The timeout in seconds for which the node drain is blocked by PDB. After this
|
|
3452
|
+
# timeout, pods are forcefully evicted. This field is only populated when
|
|
3453
|
+
# event_type is POD_PDB_VIOLATION.
|
|
3454
|
+
# Corresponds to the JSON property `pdbViolationTimeout`
|
|
3455
|
+
# @return [String]
|
|
3456
|
+
attr_accessor :pdb_violation_timeout
|
|
3457
|
+
|
|
3458
|
+
def initialize(**args)
|
|
3459
|
+
update!(**args)
|
|
3460
|
+
end
|
|
3461
|
+
|
|
3462
|
+
# Update properties of this object
|
|
3463
|
+
def update!(**args)
|
|
3464
|
+
@disruption_type = args[:disruption_type] if args.key?(:disruption_type)
|
|
3465
|
+
@pdb_blocked_node = args[:pdb_blocked_node] if args.key?(:pdb_blocked_node)
|
|
3466
|
+
@pdb_blocked_pod = args[:pdb_blocked_pod] if args.key?(:pdb_blocked_pod)
|
|
3467
|
+
@pdb_violation_timeout = args[:pdb_violation_timeout] if args.key?(:pdb_violation_timeout)
|
|
3468
|
+
end
|
|
3469
|
+
end
|
|
3470
|
+
|
|
3415
3471
|
# Configuration for NodeLocal DNSCache
|
|
3416
3472
|
class DnsCacheConfig
|
|
3417
3473
|
include Google::Apis::Core::Hashable
|
|
@@ -5362,6 +5418,26 @@ module Google
|
|
|
5362
5418
|
end
|
|
5363
5419
|
end
|
|
5364
5420
|
|
|
5421
|
+
# ManagedOpenTelemetryConfig is the configuration for the GKE Managed
|
|
5422
|
+
# OpenTelemetry pipeline.
|
|
5423
|
+
class ManagedOpenTelemetryConfig
|
|
5424
|
+
include Google::Apis::Core::Hashable
|
|
5425
|
+
|
|
5426
|
+
# Scope of the Managed OpenTelemetry pipeline.
|
|
5427
|
+
# Corresponds to the JSON property `scope`
|
|
5428
|
+
# @return [String]
|
|
5429
|
+
attr_accessor :scope
|
|
5430
|
+
|
|
5431
|
+
def initialize(**args)
|
|
5432
|
+
update!(**args)
|
|
5433
|
+
end
|
|
5434
|
+
|
|
5435
|
+
# Update properties of this object
|
|
5436
|
+
def update!(**args)
|
|
5437
|
+
@scope = args[:scope] if args.key?(:scope)
|
|
5438
|
+
end
|
|
5439
|
+
end
|
|
5440
|
+
|
|
5365
5441
|
# ManagedPrometheusConfig defines the configuration for Google Cloud Managed
|
|
5366
5442
|
# Service for Prometheus.
|
|
5367
5443
|
class ManagedPrometheusConfig
|
|
@@ -6380,6 +6456,27 @@ module Google
|
|
|
6380
6456
|
end
|
|
6381
6457
|
end
|
|
6382
6458
|
|
|
6459
|
+
# NodeDrainConfig contains the node drain related configurations for this
|
|
6460
|
+
# nodepool.
|
|
6461
|
+
class NodeDrainConfig
|
|
6462
|
+
include Google::Apis::Core::Hashable
|
|
6463
|
+
|
|
6464
|
+
# Whether to respect PDB during node pool deletion.
|
|
6465
|
+
# Corresponds to the JSON property `respectPdbDuringNodePoolDeletion`
|
|
6466
|
+
# @return [Boolean]
|
|
6467
|
+
attr_accessor :respect_pdb_during_node_pool_deletion
|
|
6468
|
+
alias_method :respect_pdb_during_node_pool_deletion?, :respect_pdb_during_node_pool_deletion
|
|
6469
|
+
|
|
6470
|
+
def initialize(**args)
|
|
6471
|
+
update!(**args)
|
|
6472
|
+
end
|
|
6473
|
+
|
|
6474
|
+
# Update properties of this object
|
|
6475
|
+
def update!(**args)
|
|
6476
|
+
@respect_pdb_during_node_pool_deletion = args[:respect_pdb_during_node_pool_deletion] if args.key?(:respect_pdb_during_node_pool_deletion)
|
|
6477
|
+
end
|
|
6478
|
+
end
|
|
6479
|
+
|
|
6383
6480
|
# Configuration for kernel module loading on nodes.
|
|
6384
6481
|
class NodeKernelModuleLoading
|
|
6385
6482
|
include Google::Apis::Core::Hashable
|
|
@@ -6743,10 +6840,10 @@ module Google
|
|
|
6743
6840
|
# @return [String]
|
|
6744
6841
|
attr_accessor :pod_range
|
|
6745
6842
|
|
|
6746
|
-
#
|
|
6747
|
-
#
|
|
6748
|
-
#
|
|
6749
|
-
#
|
|
6843
|
+
# The subnetwork path for the node pool. Format: projects/`project`/regions/`
|
|
6844
|
+
# region`/subnetworks/`subnetwork` If the cluster is associated with multiple
|
|
6845
|
+
# subnetworks, the subnetwork for the node pool is picked based on the IP
|
|
6846
|
+
# utilization during node pool creation and is immutable.
|
|
6750
6847
|
# Corresponds to the JSON property `subnetwork`
|
|
6751
6848
|
# @return [String]
|
|
6752
6849
|
attr_accessor :subnetwork
|
|
@@ -6863,6 +6960,12 @@ module Google
|
|
|
6863
6960
|
# @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
|
|
6864
6961
|
attr_accessor :network_config
|
|
6865
6962
|
|
|
6963
|
+
# NodeDrainConfig contains the node drain related configurations for this
|
|
6964
|
+
# nodepool.
|
|
6965
|
+
# Corresponds to the JSON property `nodeDrainConfig`
|
|
6966
|
+
# @return [Google::Apis::ContainerV1beta1::NodeDrainConfig]
|
|
6967
|
+
attr_accessor :node_drain_config
|
|
6968
|
+
|
|
6866
6969
|
# PlacementPolicy defines the placement policy used by the node pool.
|
|
6867
6970
|
# Corresponds to the JSON property `placementPolicy`
|
|
6868
6971
|
# @return [Google::Apis::ContainerV1beta1::PlacementPolicy]
|
|
@@ -6961,6 +7064,7 @@ module Google
|
|
|
6961
7064
|
@max_pods_constraint = args[:max_pods_constraint] if args.key?(:max_pods_constraint)
|
|
6962
7065
|
@name = args[:name] if args.key?(:name)
|
|
6963
7066
|
@network_config = args[:network_config] if args.key?(:network_config)
|
|
7067
|
+
@node_drain_config = args[:node_drain_config] if args.key?(:node_drain_config)
|
|
6964
7068
|
@placement_policy = args[:placement_policy] if args.key?(:placement_policy)
|
|
6965
7069
|
@pod_ipv4_cidr_size = args[:pod_ipv4_cidr_size] if args.key?(:pod_ipv4_cidr_size)
|
|
6966
7070
|
@queued_provisioning = args[:queued_provisioning] if args.key?(:queued_provisioning)
|
|
@@ -7532,6 +7636,31 @@ module Google
|
|
|
7532
7636
|
end
|
|
7533
7637
|
end
|
|
7534
7638
|
|
|
7639
|
+
# The namespace/name of the pod whose eviction is blocked by PDB.
|
|
7640
|
+
class PdbBlockedPod
|
|
7641
|
+
include Google::Apis::Core::Hashable
|
|
7642
|
+
|
|
7643
|
+
# The name of the pod.
|
|
7644
|
+
# Corresponds to the JSON property `name`
|
|
7645
|
+
# @return [String]
|
|
7646
|
+
attr_accessor :name
|
|
7647
|
+
|
|
7648
|
+
# The namespace of the pod.
|
|
7649
|
+
# Corresponds to the JSON property `namespace`
|
|
7650
|
+
# @return [String]
|
|
7651
|
+
attr_accessor :namespace
|
|
7652
|
+
|
|
7653
|
+
def initialize(**args)
|
|
7654
|
+
update!(**args)
|
|
7655
|
+
end
|
|
7656
|
+
|
|
7657
|
+
# Update properties of this object
|
|
7658
|
+
def update!(**args)
|
|
7659
|
+
@name = args[:name] if args.key?(:name)
|
|
7660
|
+
@namespace = args[:namespace] if args.key?(:namespace)
|
|
7661
|
+
end
|
|
7662
|
+
end
|
|
7663
|
+
|
|
7535
7664
|
# PlacementPolicy defines the placement policy used by the node pool.
|
|
7536
7665
|
class PlacementPolicy
|
|
7537
7666
|
include Google::Apis::Core::Hashable
|
|
@@ -10130,6 +10259,12 @@ module Google
|
|
|
10130
10259
|
# @return [String]
|
|
10131
10260
|
attr_accessor :name
|
|
10132
10261
|
|
|
10262
|
+
# NodeDrainConfig contains the node drain related configurations for this
|
|
10263
|
+
# nodepool.
|
|
10264
|
+
# Corresponds to the JSON property `nodeDrainConfig`
|
|
10265
|
+
# @return [Google::Apis::ContainerV1beta1::NodeDrainConfig]
|
|
10266
|
+
attr_accessor :node_drain_config
|
|
10267
|
+
|
|
10133
10268
|
# Parameters for node pool-level network config.
|
|
10134
10269
|
# Corresponds to the JSON property `nodeNetworkConfig`
|
|
10135
10270
|
# @return [Google::Apis::ContainerV1beta1::NodeNetworkConfig]
|
|
@@ -10280,6 +10415,7 @@ module Google
|
|
|
10280
10415
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
10281
10416
|
@max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
|
|
10282
10417
|
@name = args[:name] if args.key?(:name)
|
|
10418
|
+
@node_drain_config = args[:node_drain_config] if args.key?(:node_drain_config)
|
|
10283
10419
|
@node_network_config = args[:node_network_config] if args.key?(:node_network_config)
|
|
10284
10420
|
@node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
|
|
10285
10421
|
@node_version = args[:node_version] if args.key?(:node_version)
|
|
@@ -10490,6 +10626,12 @@ module Google
|
|
|
10490
10626
|
# @return [String]
|
|
10491
10627
|
attr_accessor :description
|
|
10492
10628
|
|
|
10629
|
+
# DisruptionEvent is a notification sent to customers about the disruption event
|
|
10630
|
+
# of a resource.
|
|
10631
|
+
# Corresponds to the JSON property `disruptionEvent`
|
|
10632
|
+
# @return [Google::Apis::ContainerV1beta1::DisruptionEvent]
|
|
10633
|
+
attr_accessor :disruption_event
|
|
10634
|
+
|
|
10493
10635
|
# The time when the operation ended.
|
|
10494
10636
|
# Corresponds to the JSON property `endTime`
|
|
10495
10637
|
# @return [String]
|
|
@@ -10555,6 +10697,7 @@ module Google
|
|
|
10555
10697
|
@current_emulated_version = args[:current_emulated_version] if args.key?(:current_emulated_version)
|
|
10556
10698
|
@current_version = args[:current_version] if args.key?(:current_version)
|
|
10557
10699
|
@description = args[:description] if args.key?(:description)
|
|
10700
|
+
@disruption_event = args[:disruption_event] if args.key?(:disruption_event)
|
|
10558
10701
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
10559
10702
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
10560
10703
|
@extended_support_end_time = args[:extended_support_end_time] if args.key?(:extended_support_end_time)
|
|
@@ -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.99.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 = "20251202"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -412,6 +412,12 @@ module Google
|
|
|
412
412
|
include Google::Apis::Core::JsonObjectSupport
|
|
413
413
|
end
|
|
414
414
|
|
|
415
|
+
class DisruptionEvent
|
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
|
+
|
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
419
|
+
end
|
|
420
|
+
|
|
415
421
|
class DnsCacheConfig
|
|
416
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
417
423
|
|
|
@@ -760,6 +766,12 @@ module Google
|
|
|
760
766
|
include Google::Apis::Core::JsonObjectSupport
|
|
761
767
|
end
|
|
762
768
|
|
|
769
|
+
class ManagedOpenTelemetryConfig
|
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
771
|
+
|
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
773
|
+
end
|
|
774
|
+
|
|
763
775
|
class ManagedPrometheusConfig
|
|
764
776
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
765
777
|
|
|
@@ -874,6 +886,12 @@ module Google
|
|
|
874
886
|
include Google::Apis::Core::JsonObjectSupport
|
|
875
887
|
end
|
|
876
888
|
|
|
889
|
+
class NodeDrainConfig
|
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
|
+
|
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
893
|
+
end
|
|
894
|
+
|
|
877
895
|
class NodeKernelModuleLoading
|
|
878
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
879
897
|
|
|
@@ -994,6 +1012,12 @@ module Google
|
|
|
994
1012
|
include Google::Apis::Core::JsonObjectSupport
|
|
995
1013
|
end
|
|
996
1014
|
|
|
1015
|
+
class PdbBlockedPod
|
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1017
|
+
|
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1019
|
+
end
|
|
1020
|
+
|
|
997
1021
|
class PlacementPolicy
|
|
998
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
999
1023
|
|
|
@@ -1960,6 +1984,8 @@ module Google
|
|
|
1960
1984
|
property :logging_service, as: 'loggingService'
|
|
1961
1985
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1beta1::MaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::MaintenancePolicy::Representation
|
|
1962
1986
|
|
|
1987
|
+
property :managed_opentelemetry_config, as: 'managedOpentelemetryConfig', class: Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig, decorator: Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig::Representation
|
|
1988
|
+
|
|
1963
1989
|
property :master, as: 'master', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
|
|
1964
1990
|
|
|
1965
1991
|
property :master_auth, as: 'masterAuth', class: Google::Apis::ContainerV1beta1::MasterAuth, decorator: Google::Apis::ContainerV1beta1::MasterAuth::Representation
|
|
@@ -2138,6 +2164,8 @@ module Google
|
|
|
2138
2164
|
property :desired_logging_config, as: 'desiredLoggingConfig', class: Google::Apis::ContainerV1beta1::LoggingConfig, decorator: Google::Apis::ContainerV1beta1::LoggingConfig::Representation
|
|
2139
2165
|
|
|
2140
2166
|
property :desired_logging_service, as: 'desiredLoggingService'
|
|
2167
|
+
property :desired_managed_opentelemetry_config, as: 'desiredManagedOpentelemetryConfig', class: Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig, decorator: Google::Apis::ContainerV1beta1::ManagedOpenTelemetryConfig::Representation
|
|
2168
|
+
|
|
2141
2169
|
property :desired_master, as: 'desiredMaster', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
|
|
2142
2170
|
|
|
2143
2171
|
property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
|
|
@@ -2450,6 +2478,17 @@ module Google
|
|
|
2450
2478
|
end
|
|
2451
2479
|
end
|
|
2452
2480
|
|
|
2481
|
+
class DisruptionEvent
|
|
2482
|
+
# @private
|
|
2483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2484
|
+
property :disruption_type, as: 'disruptionType'
|
|
2485
|
+
property :pdb_blocked_node, as: 'pdbBlockedNode'
|
|
2486
|
+
collection :pdb_blocked_pod, as: 'pdbBlockedPod', class: Google::Apis::ContainerV1beta1::PdbBlockedPod, decorator: Google::Apis::ContainerV1beta1::PdbBlockedPod::Representation
|
|
2487
|
+
|
|
2488
|
+
property :pdb_violation_timeout, as: 'pdbViolationTimeout'
|
|
2489
|
+
end
|
|
2490
|
+
end
|
|
2491
|
+
|
|
2453
2492
|
class DnsCacheConfig
|
|
2454
2493
|
# @private
|
|
2455
2494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2976,6 +3015,13 @@ module Google
|
|
|
2976
3015
|
end
|
|
2977
3016
|
end
|
|
2978
3017
|
|
|
3018
|
+
class ManagedOpenTelemetryConfig
|
|
3019
|
+
# @private
|
|
3020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3021
|
+
property :scope, as: 'scope'
|
|
3022
|
+
end
|
|
3023
|
+
end
|
|
3024
|
+
|
|
2979
3025
|
class ManagedPrometheusConfig
|
|
2980
3026
|
# @private
|
|
2981
3027
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3235,6 +3281,13 @@ module Google
|
|
|
3235
3281
|
end
|
|
3236
3282
|
end
|
|
3237
3283
|
|
|
3284
|
+
class NodeDrainConfig
|
|
3285
|
+
# @private
|
|
3286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3287
|
+
property :respect_pdb_during_node_pool_deletion, as: 'respectPdbDuringNodePoolDeletion'
|
|
3288
|
+
end
|
|
3289
|
+
end
|
|
3290
|
+
|
|
3238
3291
|
class NodeKernelModuleLoading
|
|
3239
3292
|
# @private
|
|
3240
3293
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3337,6 +3390,8 @@ module Google
|
|
|
3337
3390
|
property :name, as: 'name'
|
|
3338
3391
|
property :network_config, as: 'networkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
|
|
3339
3392
|
|
|
3393
|
+
property :node_drain_config, as: 'nodeDrainConfig', class: Google::Apis::ContainerV1beta1::NodeDrainConfig, decorator: Google::Apis::ContainerV1beta1::NodeDrainConfig::Representation
|
|
3394
|
+
|
|
3340
3395
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1beta1::PlacementPolicy, decorator: Google::Apis::ContainerV1beta1::PlacementPolicy::Representation
|
|
3341
3396
|
|
|
3342
3397
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
|
@@ -3505,6 +3560,14 @@ module Google
|
|
|
3505
3560
|
end
|
|
3506
3561
|
end
|
|
3507
3562
|
|
|
3563
|
+
class PdbBlockedPod
|
|
3564
|
+
# @private
|
|
3565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3566
|
+
property :name, as: 'name'
|
|
3567
|
+
property :namespace, as: 'namespace'
|
|
3568
|
+
end
|
|
3569
|
+
end
|
|
3570
|
+
|
|
3508
3571
|
class PlacementPolicy
|
|
3509
3572
|
# @private
|
|
3510
3573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -4193,6 +4256,8 @@ module Google
|
|
|
4193
4256
|
property :machine_type, as: 'machineType'
|
|
4194
4257
|
property :max_run_duration, as: 'maxRunDuration'
|
|
4195
4258
|
property :name, as: 'name'
|
|
4259
|
+
property :node_drain_config, as: 'nodeDrainConfig', class: Google::Apis::ContainerV1beta1::NodeDrainConfig, decorator: Google::Apis::ContainerV1beta1::NodeDrainConfig::Representation
|
|
4260
|
+
|
|
4196
4261
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1beta1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1beta1::NodeNetworkConfig::Representation
|
|
4197
4262
|
|
|
4198
4263
|
property :node_pool_id, as: 'nodePoolId'
|
|
@@ -4266,6 +4331,8 @@ module Google
|
|
|
4266
4331
|
property :current_emulated_version, as: 'currentEmulatedVersion'
|
|
4267
4332
|
property :current_version, as: 'currentVersion'
|
|
4268
4333
|
property :description, as: 'description'
|
|
4334
|
+
property :disruption_event, as: 'disruptionEvent', class: Google::Apis::ContainerV1beta1::DisruptionEvent, decorator: Google::Apis::ContainerV1beta1::DisruptionEvent::Representation
|
|
4335
|
+
|
|
4269
4336
|
property :end_time, as: 'endTime'
|
|
4270
4337
|
property :event_type, as: 'eventType'
|
|
4271
4338
|
property :extended_support_end_time, as: 'extendedSupportEndTime'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-container_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.99.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.99.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|