google-apis-container_v1 0.109.0 → 0.111.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: edf0949b9a8ebd3ef5dd24a747b1d4c6ec9c3a32c2ae6a894cbaa30b09a89f8f
|
|
4
|
+
data.tar.gz: caafdc8f0e28f168aedecaf235d42a67ef0ea6eac123e07b1bcee207a4f656f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa064835129fe008642af410512e00d7c4e14ff9e275e5a0fed927814120425ea1e5231824c03be267332416d90139591825bd7bfe8770486f042e08bea01df0
|
|
7
|
+
data.tar.gz: ab7f67049d8c4e2774b8413a5be15344930cee907588d46295482900cdf10321198a973dc5553b49a9f9498c3c43a3045cd1ac7711a476145ace482329b00b07
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-container_v1
|
|
2
2
|
|
|
3
|
+
### v0.111.0 (2025-12-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251202
|
|
6
|
+
|
|
7
|
+
### v0.110.0 (2025-12-07)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251125
|
|
10
|
+
|
|
3
11
|
### v0.109.0 (2025-11-16)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251104
|
|
@@ -1432,6 +1432,12 @@ module Google
|
|
|
1432
1432
|
# @return [Google::Apis::ContainerV1::MaintenancePolicy]
|
|
1433
1433
|
attr_accessor :maintenance_policy
|
|
1434
1434
|
|
|
1435
|
+
# ManagedOpenTelemetryConfig is the configuration for the GKE Managed
|
|
1436
|
+
# OpenTelemetry pipeline.
|
|
1437
|
+
# Corresponds to the JSON property `managedOpentelemetryConfig`
|
|
1438
|
+
# @return [Google::Apis::ContainerV1::ManagedOpenTelemetryConfig]
|
|
1439
|
+
attr_accessor :managed_opentelemetry_config
|
|
1440
|
+
|
|
1435
1441
|
# The authentication information for accessing the master endpoint.
|
|
1436
1442
|
# Authentication can be done using HTTP basic auth or using client certificates.
|
|
1437
1443
|
# Corresponds to the JSON property `masterAuth`
|
|
@@ -1711,6 +1717,7 @@ module Google
|
|
|
1711
1717
|
@logging_config = args[:logging_config] if args.key?(:logging_config)
|
|
1712
1718
|
@logging_service = args[:logging_service] if args.key?(:logging_service)
|
|
1713
1719
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
|
1720
|
+
@managed_opentelemetry_config = args[:managed_opentelemetry_config] if args.key?(:managed_opentelemetry_config)
|
|
1714
1721
|
@master_auth = args[:master_auth] if args.key?(:master_auth)
|
|
1715
1722
|
@master_authorized_networks_config = args[:master_authorized_networks_config] if args.key?(:master_authorized_networks_config)
|
|
1716
1723
|
@mesh_certificates = args[:mesh_certificates] if args.key?(:mesh_certificates)
|
|
@@ -2046,6 +2053,12 @@ module Google
|
|
|
2046
2053
|
# @return [String]
|
|
2047
2054
|
attr_accessor :desired_logging_service
|
|
2048
2055
|
|
|
2056
|
+
# ManagedOpenTelemetryConfig is the configuration for the GKE Managed
|
|
2057
|
+
# OpenTelemetry pipeline.
|
|
2058
|
+
# Corresponds to the JSON property `desiredManagedOpentelemetryConfig`
|
|
2059
|
+
# @return [Google::Apis::ContainerV1::ManagedOpenTelemetryConfig]
|
|
2060
|
+
attr_accessor :desired_managed_opentelemetry_config
|
|
2061
|
+
|
|
2049
2062
|
# Configuration options for the master authorized networks feature. Enabled
|
|
2050
2063
|
# master authorized networks will disallow all external traffic to access
|
|
2051
2064
|
# Kubernetes master through HTTPS except traffic from the given CIDR blocks,
|
|
@@ -2325,6 +2338,7 @@ module Google
|
|
|
2325
2338
|
@desired_locations = args[:desired_locations] if args.key?(:desired_locations)
|
|
2326
2339
|
@desired_logging_config = args[:desired_logging_config] if args.key?(:desired_logging_config)
|
|
2327
2340
|
@desired_logging_service = args[:desired_logging_service] if args.key?(:desired_logging_service)
|
|
2341
|
+
@desired_managed_opentelemetry_config = args[:desired_managed_opentelemetry_config] if args.key?(:desired_managed_opentelemetry_config)
|
|
2328
2342
|
@desired_master_authorized_networks_config = args[:desired_master_authorized_networks_config] if args.key?(:desired_master_authorized_networks_config)
|
|
2329
2343
|
@desired_master_version = args[:desired_master_version] if args.key?(:desired_master_version)
|
|
2330
2344
|
@desired_mesh_certificates = args[:desired_mesh_certificates] if args.key?(:desired_mesh_certificates)
|
|
@@ -3004,6 +3018,48 @@ module Google
|
|
|
3004
3018
|
end
|
|
3005
3019
|
end
|
|
3006
3020
|
|
|
3021
|
+
# DisruptionEvent is a notification sent to customers about the disruption event
|
|
3022
|
+
# of a resource.
|
|
3023
|
+
class DisruptionEvent
|
|
3024
|
+
include Google::Apis::Core::Hashable
|
|
3025
|
+
|
|
3026
|
+
# The type of the disruption event.
|
|
3027
|
+
# Corresponds to the JSON property `disruptionType`
|
|
3028
|
+
# @return [String]
|
|
3029
|
+
attr_accessor :disruption_type
|
|
3030
|
+
|
|
3031
|
+
# The node whose drain is blocked by PDB. This field is set for both
|
|
3032
|
+
# POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event.
|
|
3033
|
+
# Corresponds to the JSON property `pdbBlockedNode`
|
|
3034
|
+
# @return [String]
|
|
3035
|
+
attr_accessor :pdb_blocked_node
|
|
3036
|
+
|
|
3037
|
+
# The pods whose evictions are blocked by PDB. This field is set for both
|
|
3038
|
+
# POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event.
|
|
3039
|
+
# Corresponds to the JSON property `pdbBlockedPod`
|
|
3040
|
+
# @return [Array<Google::Apis::ContainerV1::PdbBlockedPod>]
|
|
3041
|
+
attr_accessor :pdb_blocked_pod
|
|
3042
|
+
|
|
3043
|
+
# The timeout in seconds for which the node drain is blocked by PDB. After this
|
|
3044
|
+
# timeout, pods are forcefully evicted. This field is only populated when
|
|
3045
|
+
# event_type is POD_PDB_VIOLATION.
|
|
3046
|
+
# Corresponds to the JSON property `pdbViolationTimeout`
|
|
3047
|
+
# @return [String]
|
|
3048
|
+
attr_accessor :pdb_violation_timeout
|
|
3049
|
+
|
|
3050
|
+
def initialize(**args)
|
|
3051
|
+
update!(**args)
|
|
3052
|
+
end
|
|
3053
|
+
|
|
3054
|
+
# Update properties of this object
|
|
3055
|
+
def update!(**args)
|
|
3056
|
+
@disruption_type = args[:disruption_type] if args.key?(:disruption_type)
|
|
3057
|
+
@pdb_blocked_node = args[:pdb_blocked_node] if args.key?(:pdb_blocked_node)
|
|
3058
|
+
@pdb_blocked_pod = args[:pdb_blocked_pod] if args.key?(:pdb_blocked_pod)
|
|
3059
|
+
@pdb_violation_timeout = args[:pdb_violation_timeout] if args.key?(:pdb_violation_timeout)
|
|
3060
|
+
end
|
|
3061
|
+
end
|
|
3062
|
+
|
|
3007
3063
|
# Configuration for NodeLocal DNSCache
|
|
3008
3064
|
class DnsCacheConfig
|
|
3009
3065
|
include Google::Apis::Core::Hashable
|
|
@@ -4725,6 +4781,26 @@ module Google
|
|
|
4725
4781
|
end
|
|
4726
4782
|
end
|
|
4727
4783
|
|
|
4784
|
+
# ManagedOpenTelemetryConfig is the configuration for the GKE Managed
|
|
4785
|
+
# OpenTelemetry pipeline.
|
|
4786
|
+
class ManagedOpenTelemetryConfig
|
|
4787
|
+
include Google::Apis::Core::Hashable
|
|
4788
|
+
|
|
4789
|
+
# Scope of the Managed OpenTelemetry pipeline.
|
|
4790
|
+
# Corresponds to the JSON property `scope`
|
|
4791
|
+
# @return [String]
|
|
4792
|
+
attr_accessor :scope
|
|
4793
|
+
|
|
4794
|
+
def initialize(**args)
|
|
4795
|
+
update!(**args)
|
|
4796
|
+
end
|
|
4797
|
+
|
|
4798
|
+
# Update properties of this object
|
|
4799
|
+
def update!(**args)
|
|
4800
|
+
@scope = args[:scope] if args.key?(:scope)
|
|
4801
|
+
end
|
|
4802
|
+
end
|
|
4803
|
+
|
|
4728
4804
|
# ManagedPrometheusConfig defines the configuration for Google Cloud Managed
|
|
4729
4805
|
# Service for Prometheus.
|
|
4730
4806
|
class ManagedPrometheusConfig
|
|
@@ -5698,6 +5774,27 @@ module Google
|
|
|
5698
5774
|
end
|
|
5699
5775
|
end
|
|
5700
5776
|
|
|
5777
|
+
# NodeDrainConfig contains the node drain related configurations for this
|
|
5778
|
+
# nodepool.
|
|
5779
|
+
class NodeDrainConfig
|
|
5780
|
+
include Google::Apis::Core::Hashable
|
|
5781
|
+
|
|
5782
|
+
# Whether to respect PDB during node pool deletion.
|
|
5783
|
+
# Corresponds to the JSON property `respectPdbDuringNodePoolDeletion`
|
|
5784
|
+
# @return [Boolean]
|
|
5785
|
+
attr_accessor :respect_pdb_during_node_pool_deletion
|
|
5786
|
+
alias_method :respect_pdb_during_node_pool_deletion?, :respect_pdb_during_node_pool_deletion
|
|
5787
|
+
|
|
5788
|
+
def initialize(**args)
|
|
5789
|
+
update!(**args)
|
|
5790
|
+
end
|
|
5791
|
+
|
|
5792
|
+
# Update properties of this object
|
|
5793
|
+
def update!(**args)
|
|
5794
|
+
@respect_pdb_during_node_pool_deletion = args[:respect_pdb_during_node_pool_deletion] if args.key?(:respect_pdb_during_node_pool_deletion)
|
|
5795
|
+
end
|
|
5796
|
+
end
|
|
5797
|
+
|
|
5701
5798
|
# Configuration for kernel module loading on nodes.
|
|
5702
5799
|
class NodeKernelModuleLoading
|
|
5703
5800
|
include Google::Apis::Core::Hashable
|
|
@@ -6058,10 +6155,10 @@ module Google
|
|
|
6058
6155
|
# @return [String]
|
|
6059
6156
|
attr_accessor :pod_range
|
|
6060
6157
|
|
|
6061
|
-
#
|
|
6062
|
-
#
|
|
6063
|
-
#
|
|
6064
|
-
#
|
|
6158
|
+
# The subnetwork path for the node pool. Format: projects/`project`/regions/`
|
|
6159
|
+
# region`/subnetworks/`subnetwork` If the cluster is associated with multiple
|
|
6160
|
+
# subnetworks, the subnetwork for the node pool is picked based on the IP
|
|
6161
|
+
# utilization during node pool creation and is immutable.
|
|
6065
6162
|
# Corresponds to the JSON property `subnetwork`
|
|
6066
6163
|
# @return [String]
|
|
6067
6164
|
attr_accessor :subnetwork
|
|
@@ -6177,6 +6274,12 @@ module Google
|
|
|
6177
6274
|
# @return [Google::Apis::ContainerV1::NodeNetworkConfig]
|
|
6178
6275
|
attr_accessor :network_config
|
|
6179
6276
|
|
|
6277
|
+
# NodeDrainConfig contains the node drain related configurations for this
|
|
6278
|
+
# nodepool.
|
|
6279
|
+
# Corresponds to the JSON property `nodeDrainConfig`
|
|
6280
|
+
# @return [Google::Apis::ContainerV1::NodeDrainConfig]
|
|
6281
|
+
attr_accessor :node_drain_config
|
|
6282
|
+
|
|
6180
6283
|
# PlacementPolicy defines the placement policy used by the node pool.
|
|
6181
6284
|
# Corresponds to the JSON property `placementPolicy`
|
|
6182
6285
|
# @return [Google::Apis::ContainerV1::PlacementPolicy]
|
|
@@ -6275,6 +6378,7 @@ module Google
|
|
|
6275
6378
|
@max_pods_constraint = args[:max_pods_constraint] if args.key?(:max_pods_constraint)
|
|
6276
6379
|
@name = args[:name] if args.key?(:name)
|
|
6277
6380
|
@network_config = args[:network_config] if args.key?(:network_config)
|
|
6381
|
+
@node_drain_config = args[:node_drain_config] if args.key?(:node_drain_config)
|
|
6278
6382
|
@placement_policy = args[:placement_policy] if args.key?(:placement_policy)
|
|
6279
6383
|
@pod_ipv4_cidr_size = args[:pod_ipv4_cidr_size] if args.key?(:pod_ipv4_cidr_size)
|
|
6280
6384
|
@queued_provisioning = args[:queued_provisioning] if args.key?(:queued_provisioning)
|
|
@@ -6808,6 +6912,31 @@ module Google
|
|
|
6808
6912
|
end
|
|
6809
6913
|
end
|
|
6810
6914
|
|
|
6915
|
+
# The namespace/name of the pod whose eviction is blocked by PDB.
|
|
6916
|
+
class PdbBlockedPod
|
|
6917
|
+
include Google::Apis::Core::Hashable
|
|
6918
|
+
|
|
6919
|
+
# The name of the pod.
|
|
6920
|
+
# Corresponds to the JSON property `name`
|
|
6921
|
+
# @return [String]
|
|
6922
|
+
attr_accessor :name
|
|
6923
|
+
|
|
6924
|
+
# The namespace of the pod.
|
|
6925
|
+
# Corresponds to the JSON property `namespace`
|
|
6926
|
+
# @return [String]
|
|
6927
|
+
attr_accessor :namespace
|
|
6928
|
+
|
|
6929
|
+
def initialize(**args)
|
|
6930
|
+
update!(**args)
|
|
6931
|
+
end
|
|
6932
|
+
|
|
6933
|
+
# Update properties of this object
|
|
6934
|
+
def update!(**args)
|
|
6935
|
+
@name = args[:name] if args.key?(:name)
|
|
6936
|
+
@namespace = args[:namespace] if args.key?(:namespace)
|
|
6937
|
+
end
|
|
6938
|
+
end
|
|
6939
|
+
|
|
6811
6940
|
# PlacementPolicy defines the placement policy used by the node pool.
|
|
6812
6941
|
class PlacementPolicy
|
|
6813
6942
|
include Google::Apis::Core::Hashable
|
|
@@ -7223,7 +7352,7 @@ module Google
|
|
|
7223
7352
|
include Google::Apis::Core::Hashable
|
|
7224
7353
|
|
|
7225
7354
|
# An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this
|
|
7226
|
-
# window
|
|
7355
|
+
# window recurs. They go on for the span of time between the start and end time.
|
|
7227
7356
|
# For example, to have something repeat every weekday, you'd use: `FREQ=WEEKLY;
|
|
7228
7357
|
# BYDAY=MO,TU,WE,TH,FR` To repeat some window daily (equivalent to the
|
|
7229
7358
|
# DailyMaintenanceWindow): `FREQ=DAILY` For the first weekend of every month: `
|
|
@@ -9118,6 +9247,12 @@ module Google
|
|
|
9118
9247
|
# @return [String]
|
|
9119
9248
|
attr_accessor :name
|
|
9120
9249
|
|
|
9250
|
+
# NodeDrainConfig contains the node drain related configurations for this
|
|
9251
|
+
# nodepool.
|
|
9252
|
+
# Corresponds to the JSON property `nodeDrainConfig`
|
|
9253
|
+
# @return [Google::Apis::ContainerV1::NodeDrainConfig]
|
|
9254
|
+
attr_accessor :node_drain_config
|
|
9255
|
+
|
|
9121
9256
|
# Parameters for node pool-level network config.
|
|
9122
9257
|
# Corresponds to the JSON property `nodeNetworkConfig`
|
|
9123
9258
|
# @return [Google::Apis::ContainerV1::NodeNetworkConfig]
|
|
@@ -9267,6 +9402,7 @@ module Google
|
|
|
9267
9402
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
|
9268
9403
|
@max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
|
|
9269
9404
|
@name = args[:name] if args.key?(:name)
|
|
9405
|
+
@node_drain_config = args[:node_drain_config] if args.key?(:node_drain_config)
|
|
9270
9406
|
@node_network_config = args[:node_network_config] if args.key?(:node_network_config)
|
|
9271
9407
|
@node_pool_id = args[:node_pool_id] if args.key?(:node_pool_id)
|
|
9272
9408
|
@node_version = args[:node_version] if args.key?(:node_version)
|
|
@@ -9442,6 +9578,12 @@ module Google
|
|
|
9442
9578
|
# @return [String]
|
|
9443
9579
|
attr_accessor :description
|
|
9444
9580
|
|
|
9581
|
+
# DisruptionEvent is a notification sent to customers about the disruption event
|
|
9582
|
+
# of a resource.
|
|
9583
|
+
# Corresponds to the JSON property `disruptionEvent`
|
|
9584
|
+
# @return [Google::Apis::ContainerV1::DisruptionEvent]
|
|
9585
|
+
attr_accessor :disruption_event
|
|
9586
|
+
|
|
9445
9587
|
# The time when the operation ended.
|
|
9446
9588
|
# Corresponds to the JSON property `endTime`
|
|
9447
9589
|
# @return [String]
|
|
@@ -9501,6 +9643,7 @@ module Google
|
|
|
9501
9643
|
def update!(**args)
|
|
9502
9644
|
@current_version = args[:current_version] if args.key?(:current_version)
|
|
9503
9645
|
@description = args[:description] if args.key?(:description)
|
|
9646
|
+
@disruption_event = args[:disruption_event] if args.key?(:disruption_event)
|
|
9504
9647
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
9505
9648
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
9506
9649
|
@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 ContainerV1
|
|
18
18
|
# Version of the google-apis-container_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.111.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
|
|
@@ -364,6 +364,12 @@ module Google
|
|
|
364
364
|
include Google::Apis::Core::JsonObjectSupport
|
|
365
365
|
end
|
|
366
366
|
|
|
367
|
+
class DisruptionEvent
|
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
|
+
|
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
371
|
+
end
|
|
372
|
+
|
|
367
373
|
class DnsCacheConfig
|
|
368
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
369
375
|
|
|
@@ -664,6 +670,12 @@ module Google
|
|
|
664
670
|
include Google::Apis::Core::JsonObjectSupport
|
|
665
671
|
end
|
|
666
672
|
|
|
673
|
+
class ManagedOpenTelemetryConfig
|
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
675
|
+
|
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
677
|
+
end
|
|
678
|
+
|
|
667
679
|
class ManagedPrometheusConfig
|
|
668
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
669
681
|
|
|
@@ -772,6 +784,12 @@ module Google
|
|
|
772
784
|
include Google::Apis::Core::JsonObjectSupport
|
|
773
785
|
end
|
|
774
786
|
|
|
787
|
+
class NodeDrainConfig
|
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
789
|
+
|
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
791
|
+
end
|
|
792
|
+
|
|
775
793
|
class NodeKernelModuleLoading
|
|
776
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
777
795
|
|
|
@@ -886,6 +904,12 @@ module Google
|
|
|
886
904
|
include Google::Apis::Core::JsonObjectSupport
|
|
887
905
|
end
|
|
888
906
|
|
|
907
|
+
class PdbBlockedPod
|
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
909
|
+
|
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
911
|
+
end
|
|
912
|
+
|
|
889
913
|
class PlacementPolicy
|
|
890
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
891
915
|
|
|
@@ -1725,6 +1749,8 @@ module Google
|
|
|
1725
1749
|
property :logging_service, as: 'loggingService'
|
|
1726
1750
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1::MaintenancePolicy, decorator: Google::Apis::ContainerV1::MaintenancePolicy::Representation
|
|
1727
1751
|
|
|
1752
|
+
property :managed_opentelemetry_config, as: 'managedOpentelemetryConfig', class: Google::Apis::ContainerV1::ManagedOpenTelemetryConfig, decorator: Google::Apis::ContainerV1::ManagedOpenTelemetryConfig::Representation
|
|
1753
|
+
|
|
1728
1754
|
property :master_auth, as: 'masterAuth', class: Google::Apis::ContainerV1::MasterAuth, decorator: Google::Apis::ContainerV1::MasterAuth::Representation
|
|
1729
1755
|
|
|
1730
1756
|
property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
|
|
@@ -1874,6 +1900,8 @@ module Google
|
|
|
1874
1900
|
property :desired_logging_config, as: 'desiredLoggingConfig', class: Google::Apis::ContainerV1::LoggingConfig, decorator: Google::Apis::ContainerV1::LoggingConfig::Representation
|
|
1875
1901
|
|
|
1876
1902
|
property :desired_logging_service, as: 'desiredLoggingService'
|
|
1903
|
+
property :desired_managed_opentelemetry_config, as: 'desiredManagedOpentelemetryConfig', class: Google::Apis::ContainerV1::ManagedOpenTelemetryConfig, decorator: Google::Apis::ContainerV1::ManagedOpenTelemetryConfig::Representation
|
|
1904
|
+
|
|
1877
1905
|
property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1::MasterAuthorizedNetworksConfig::Representation
|
|
1878
1906
|
|
|
1879
1907
|
property :desired_master_version, as: 'desiredMasterVersion'
|
|
@@ -2135,6 +2163,17 @@ module Google
|
|
|
2135
2163
|
end
|
|
2136
2164
|
end
|
|
2137
2165
|
|
|
2166
|
+
class DisruptionEvent
|
|
2167
|
+
# @private
|
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2169
|
+
property :disruption_type, as: 'disruptionType'
|
|
2170
|
+
property :pdb_blocked_node, as: 'pdbBlockedNode'
|
|
2171
|
+
collection :pdb_blocked_pod, as: 'pdbBlockedPod', class: Google::Apis::ContainerV1::PdbBlockedPod, decorator: Google::Apis::ContainerV1::PdbBlockedPod::Representation
|
|
2172
|
+
|
|
2173
|
+
property :pdb_violation_timeout, as: 'pdbViolationTimeout'
|
|
2174
|
+
end
|
|
2175
|
+
end
|
|
2176
|
+
|
|
2138
2177
|
class DnsCacheConfig
|
|
2139
2178
|
# @private
|
|
2140
2179
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2594,6 +2633,13 @@ module Google
|
|
|
2594
2633
|
end
|
|
2595
2634
|
end
|
|
2596
2635
|
|
|
2636
|
+
class ManagedOpenTelemetryConfig
|
|
2637
|
+
# @private
|
|
2638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2639
|
+
property :scope, as: 'scope'
|
|
2640
|
+
end
|
|
2641
|
+
end
|
|
2642
|
+
|
|
2597
2643
|
class ManagedPrometheusConfig
|
|
2598
2644
|
# @private
|
|
2599
2645
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2838,6 +2884,13 @@ module Google
|
|
|
2838
2884
|
end
|
|
2839
2885
|
end
|
|
2840
2886
|
|
|
2887
|
+
class NodeDrainConfig
|
|
2888
|
+
# @private
|
|
2889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2890
|
+
property :respect_pdb_during_node_pool_deletion, as: 'respectPdbDuringNodePoolDeletion'
|
|
2891
|
+
end
|
|
2892
|
+
end
|
|
2893
|
+
|
|
2841
2894
|
class NodeKernelModuleLoading
|
|
2842
2895
|
# @private
|
|
2843
2896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2939,6 +2992,8 @@ module Google
|
|
|
2939
2992
|
property :name, as: 'name'
|
|
2940
2993
|
property :network_config, as: 'networkConfig', class: Google::Apis::ContainerV1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1::NodeNetworkConfig::Representation
|
|
2941
2994
|
|
|
2995
|
+
property :node_drain_config, as: 'nodeDrainConfig', class: Google::Apis::ContainerV1::NodeDrainConfig, decorator: Google::Apis::ContainerV1::NodeDrainConfig::Representation
|
|
2996
|
+
|
|
2942
2997
|
property :placement_policy, as: 'placementPolicy', class: Google::Apis::ContainerV1::PlacementPolicy, decorator: Google::Apis::ContainerV1::PlacementPolicy::Representation
|
|
2943
2998
|
|
|
2944
2999
|
property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
|
|
@@ -3098,6 +3153,14 @@ module Google
|
|
|
3098
3153
|
end
|
|
3099
3154
|
end
|
|
3100
3155
|
|
|
3156
|
+
class PdbBlockedPod
|
|
3157
|
+
# @private
|
|
3158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3159
|
+
property :name, as: 'name'
|
|
3160
|
+
property :namespace, as: 'namespace'
|
|
3161
|
+
end
|
|
3162
|
+
end
|
|
3163
|
+
|
|
3101
3164
|
class PlacementPolicy
|
|
3102
3165
|
# @private
|
|
3103
3166
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3694,6 +3757,8 @@ module Google
|
|
|
3694
3757
|
property :machine_type, as: 'machineType'
|
|
3695
3758
|
property :max_run_duration, as: 'maxRunDuration'
|
|
3696
3759
|
property :name, as: 'name'
|
|
3760
|
+
property :node_drain_config, as: 'nodeDrainConfig', class: Google::Apis::ContainerV1::NodeDrainConfig, decorator: Google::Apis::ContainerV1::NodeDrainConfig::Representation
|
|
3761
|
+
|
|
3697
3762
|
property :node_network_config, as: 'nodeNetworkConfig', class: Google::Apis::ContainerV1::NodeNetworkConfig, decorator: Google::Apis::ContainerV1::NodeNetworkConfig::Representation
|
|
3698
3763
|
|
|
3699
3764
|
property :node_pool_id, as: 'nodePoolId'
|
|
@@ -3760,6 +3825,8 @@ module Google
|
|
|
3760
3825
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3761
3826
|
property :current_version, as: 'currentVersion'
|
|
3762
3827
|
property :description, as: 'description'
|
|
3828
|
+
property :disruption_event, as: 'disruptionEvent', class: Google::Apis::ContainerV1::DisruptionEvent, decorator: Google::Apis::ContainerV1::DisruptionEvent::Representation
|
|
3829
|
+
|
|
3763
3830
|
property :end_time, as: 'endTime'
|
|
3764
3831
|
property :event_type, as: 'eventType'
|
|
3765
3832
|
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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.111.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.111.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|