google-apis-container_v1 0.111.0 → 0.112.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: 835ca2595a99cee38ad0dee18250e3a8f2ea1b88515f3255868b1359a580c5cf
|
|
4
|
+
data.tar.gz: 872f6142817dec1a025b810767c8eff278a1e01d19a260272a878b258361e48d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ccc4312c67d2a2f3904911269a8932d8119285860ff34860746beb4777deadf508b86ce65ab33f065fa0956f6ba3ed9576fc87b3cb455c0d045ab1c77331e71
|
|
7
|
+
data.tar.gz: a3970c07f6d1e68c4e99fa0215c8878d88f16c7c2fbe2c589bf6040906350c5031a3589837c2ba23ed87a6e7cd21b4c2de7cab2bb07268de4ac87938e8b1e39e
|
data/CHANGELOG.md
CHANGED
|
@@ -81,6 +81,11 @@ module Google
|
|
|
81
81
|
# @return [Array<String>]
|
|
82
82
|
attr_accessor :pod_ipv4_range_names
|
|
83
83
|
|
|
84
|
+
# Draining status of the additional subnet.
|
|
85
|
+
# Corresponds to the JSON property `status`
|
|
86
|
+
# @return [String]
|
|
87
|
+
attr_accessor :status
|
|
88
|
+
|
|
84
89
|
# Name of the subnetwork. This can be the full path of the subnetwork or just
|
|
85
90
|
# the name. Example1: my-subnet Example2: projects/gke-project/regions/us-
|
|
86
91
|
# central1/subnetworks/my-subnet
|
|
@@ -95,6 +100,7 @@ module Google
|
|
|
95
100
|
# Update properties of this object
|
|
96
101
|
def update!(**args)
|
|
97
102
|
@pod_ipv4_range_names = args[:pod_ipv4_range_names] if args.key?(:pod_ipv4_range_names)
|
|
103
|
+
@status = args[:status] if args.key?(:status)
|
|
98
104
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
|
99
105
|
end
|
|
100
106
|
end
|
|
@@ -1198,7 +1204,7 @@ module Google
|
|
|
1198
1204
|
# @return [Google::Apis::ContainerV1::BinaryAuthorization]
|
|
1199
1205
|
attr_accessor :binary_authorization
|
|
1200
1206
|
|
|
1201
|
-
# The IP address range of the container pods in this cluster, in [CIDR](
|
|
1207
|
+
# The IP address range of the container pods in this cluster, in [CIDR](https://
|
|
1202
1208
|
# en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.
|
|
1203
1209
|
# 0/14`). Leave blank to have one automatically chosen or specify a `/14` block
|
|
1204
1210
|
# in `10.0.0.0/8`.
|
|
@@ -1607,7 +1613,7 @@ module Google
|
|
|
1607
1613
|
attr_accessor :self_link
|
|
1608
1614
|
|
|
1609
1615
|
# Output only. The IP address range of the Kubernetes services in this cluster,
|
|
1610
|
-
# in [CIDR](
|
|
1616
|
+
# in [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
|
|
1611
1617
|
# notation (e.g. `1.2.3.4/29`). Service addresses are typically put in the last `
|
|
1612
1618
|
# /16` from the container CIDR.
|
|
1613
1619
|
# Corresponds to the JSON property `servicesIpv4Cidr`
|
|
@@ -1637,8 +1643,8 @@ module Google
|
|
|
1637
1643
|
attr_accessor :subnetwork
|
|
1638
1644
|
|
|
1639
1645
|
# Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](
|
|
1640
|
-
#
|
|
1641
|
-
# 2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The
|
|
1646
|
+
# https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `
|
|
1647
|
+
# 1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The
|
|
1642
1648
|
# end of life date for 2VM TPU is 2025-04-25.
|
|
1643
1649
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
|
1644
1650
|
# @return [String]
|
|
@@ -1764,6 +1770,12 @@ module Google
|
|
|
1764
1770
|
class ClusterAutoscaling
|
|
1765
1771
|
include Google::Apis::Core::Hashable
|
|
1766
1772
|
|
|
1773
|
+
# Autopilot general profile for the cluster, which defines the configuration for
|
|
1774
|
+
# the cluster.
|
|
1775
|
+
# Corresponds to the JSON property `autopilotGeneralProfile`
|
|
1776
|
+
# @return [String]
|
|
1777
|
+
attr_accessor :autopilot_general_profile
|
|
1778
|
+
|
|
1767
1779
|
# The list of Google Compute Engine [zones](https://cloud.google.com/compute/
|
|
1768
1780
|
# docs/zones#available) in which the NodePool's nodes can be created by NAP.
|
|
1769
1781
|
# Corresponds to the JSON property `autoprovisioningLocations`
|
|
@@ -1804,6 +1816,7 @@ module Google
|
|
|
1804
1816
|
|
|
1805
1817
|
# Update properties of this object
|
|
1806
1818
|
def update!(**args)
|
|
1819
|
+
@autopilot_general_profile = args[:autopilot_general_profile] if args.key?(:autopilot_general_profile)
|
|
1807
1820
|
@autoprovisioning_locations = args[:autoprovisioning_locations] if args.key?(:autoprovisioning_locations)
|
|
1808
1821
|
@autoprovisioning_node_pool_defaults = args[:autoprovisioning_node_pool_defaults] if args.key?(:autoprovisioning_node_pool_defaults)
|
|
1809
1822
|
@autoscaling_profile = args[:autoscaling_profile] if args.key?(:autoscaling_profile)
|
|
@@ -3989,10 +4002,10 @@ module Google
|
|
|
3989
4002
|
# cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable
|
|
3990
4003
|
# when `use_ip_aliases` is true. Set to blank to have a range chosen with the
|
|
3991
4004
|
# default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
|
3992
|
-
# specific netmask. Set to a [CIDR](
|
|
3993
|
-
# Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
3994
|
-
# networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
3995
|
-
# specific range to use.
|
|
4005
|
+
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4006
|
+
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4007
|
+
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4008
|
+
# to pick a specific range to use.
|
|
3996
4009
|
# Corresponds to the JSON property `clusterIpv4CidrBlock`
|
|
3997
4010
|
# @return [String]
|
|
3998
4011
|
attr_accessor :cluster_ipv4_cidr_block
|
|
@@ -4037,10 +4050,10 @@ module Google
|
|
|
4037
4050
|
# The IP address range of the instance IPs in this cluster. This is applicable
|
|
4038
4051
|
# only if `create_subnetwork` is true. Set to blank to have a range chosen with
|
|
4039
4052
|
# the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
|
4040
|
-
# specific netmask. Set to a [CIDR](
|
|
4041
|
-
# Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4042
|
-
# networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4043
|
-
# specific range to use.
|
|
4053
|
+
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4054
|
+
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4055
|
+
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4056
|
+
# to pick a specific range to use.
|
|
4044
4057
|
# Corresponds to the JSON property `nodeIpv4CidrBlock`
|
|
4045
4058
|
# @return [String]
|
|
4046
4059
|
attr_accessor :node_ipv4_cidr_block
|
|
@@ -4059,7 +4072,7 @@ module Google
|
|
|
4059
4072
|
# will be automatically chosen with the default size. This field is only
|
|
4060
4073
|
# applicable when `use_ip_aliases` is true. Set to blank to have a range chosen
|
|
4061
4074
|
# with the default size. Set to /netmask (e.g. `/14`) to have a range chosen
|
|
4062
|
-
# with a specific netmask. Set to a [CIDR](
|
|
4075
|
+
# with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4063
4076
|
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4064
4077
|
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4065
4078
|
# to pick a specific range to use.
|
|
@@ -4100,11 +4113,11 @@ module Google
|
|
|
4100
4113
|
# range will be automatically chosen with the default size. This field is only
|
|
4101
4114
|
# applicable when `use_ip_aliases` is true. If unspecified, the range will use
|
|
4102
4115
|
# the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
|
4103
|
-
# specific netmask. Set to a [CIDR](
|
|
4104
|
-
# Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4105
|
-
# networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4106
|
-
# specific range to use. This field is deprecated due to the
|
|
4107
|
-
# TPU. The end of life date for 2VM TPU is 2025-04-25.
|
|
4116
|
+
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4117
|
+
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4118
|
+
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4119
|
+
# to pick a specific range to use. This field is deprecated due to the
|
|
4120
|
+
# deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
|
|
4108
4121
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
|
4109
4122
|
# @return [String]
|
|
4110
4123
|
attr_accessor :tpu_ipv4_cidr_block
|
|
@@ -5405,6 +5418,13 @@ module Google
|
|
|
5405
5418
|
# @return [Google::Apis::ContainerV1::ConfidentialNodes]
|
|
5406
5419
|
attr_accessor :confidential_nodes
|
|
5407
5420
|
|
|
5421
|
+
# Consolidation delay defines duration after which the Cluster Autoscaler can
|
|
5422
|
+
# scale down underutilized nodes. If not set, nodes are scaled down by default
|
|
5423
|
+
# behavior, i.e. according to the chosen autoscaling profile.
|
|
5424
|
+
# Corresponds to the JSON property `consolidationDelay`
|
|
5425
|
+
# @return [String]
|
|
5426
|
+
attr_accessor :consolidation_delay
|
|
5427
|
+
|
|
5408
5428
|
# ContainerdConfig contains configuration to customize containerd.
|
|
5409
5429
|
# Corresponds to the JSON property `containerdConfig`
|
|
5410
5430
|
# @return [Google::Apis::ContainerV1::ContainerdConfig]
|
|
@@ -5693,6 +5713,7 @@ module Google
|
|
|
5693
5713
|
@boot_disk = args[:boot_disk] if args.key?(:boot_disk)
|
|
5694
5714
|
@boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
|
|
5695
5715
|
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
|
5716
|
+
@consolidation_delay = args[:consolidation_delay] if args.key?(:consolidation_delay)
|
|
5696
5717
|
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
|
5697
5718
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
5698
5719
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
|
@@ -6155,10 +6176,13 @@ module Google
|
|
|
6155
6176
|
# @return [String]
|
|
6156
6177
|
attr_accessor :pod_range
|
|
6157
6178
|
|
|
6158
|
-
# The subnetwork path for the node pool. Format: projects/`
|
|
6159
|
-
# region`/subnetworks/`subnetwork` If the cluster is
|
|
6160
|
-
# subnetworks, the subnetwork
|
|
6161
|
-
#
|
|
6179
|
+
# Optional. The subnetwork name/path for the node pool. Format: projects/`
|
|
6180
|
+
# project`/regions/`region`/subnetworks/`subnetwork` If the cluster is
|
|
6181
|
+
# associated with multiple subnetworks, the subnetwork can be either: 1. A user
|
|
6182
|
+
# supplied subnetwork name/full path during node pool creation. Example1: my-
|
|
6183
|
+
# subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-
|
|
6184
|
+
# subnet 2. A subnetwork path picked based on the IP utilization during node
|
|
6185
|
+
# pool creation and is immutable.
|
|
6162
6186
|
# Corresponds to the JSON property `subnetwork`
|
|
6163
6187
|
# @return [String]
|
|
6164
6188
|
attr_accessor :subnetwork
|
|
@@ -9136,6 +9160,13 @@ module Google
|
|
|
9136
9160
|
# @return [Google::Apis::ContainerV1::ConfidentialNodes]
|
|
9137
9161
|
attr_accessor :confidential_nodes
|
|
9138
9162
|
|
|
9163
|
+
# Consolidation delay defines duration after which the Cluster Autoscaler can
|
|
9164
|
+
# scale down underutilized nodes. If not set, nodes are scaled down by default
|
|
9165
|
+
# behavior, i.e. according to the chosen autoscaling profile.
|
|
9166
|
+
# Corresponds to the JSON property `consolidationDelay`
|
|
9167
|
+
# @return [String]
|
|
9168
|
+
attr_accessor :consolidation_delay
|
|
9169
|
+
|
|
9139
9170
|
# ContainerdConfig contains configuration to customize containerd.
|
|
9140
9171
|
# Corresponds to the JSON property `containerdConfig`
|
|
9141
9172
|
# @return [Google::Apis::ContainerV1::ContainerdConfig]
|
|
@@ -9385,6 +9416,7 @@ module Google
|
|
|
9385
9416
|
@boot_disk = args[:boot_disk] if args.key?(:boot_disk)
|
|
9386
9417
|
@cluster_id = args[:cluster_id] if args.key?(:cluster_id)
|
|
9387
9418
|
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
|
9419
|
+
@consolidation_delay = args[:consolidation_delay] if args.key?(:consolidation_delay)
|
|
9388
9420
|
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
|
9389
9421
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
9390
9422
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
|
@@ -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.112.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 = "20260113"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1377,6 +1377,7 @@ module Google
|
|
|
1377
1377
|
# @private
|
|
1378
1378
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1379
1379
|
collection :pod_ipv4_range_names, as: 'podIpv4RangeNames'
|
|
1380
|
+
property :status, as: 'status'
|
|
1380
1381
|
property :subnetwork, as: 'subnetwork'
|
|
1381
1382
|
end
|
|
1382
1383
|
end
|
|
@@ -1817,6 +1818,7 @@ module Google
|
|
|
1817
1818
|
class ClusterAutoscaling
|
|
1818
1819
|
# @private
|
|
1819
1820
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1821
|
+
property :autopilot_general_profile, as: 'autopilotGeneralProfile'
|
|
1820
1822
|
collection :autoprovisioning_locations, as: 'autoprovisioningLocations'
|
|
1821
1823
|
property :autoprovisioning_node_pool_defaults, as: 'autoprovisioningNodePoolDefaults', class: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults, decorator: Google::Apis::ContainerV1::AutoprovisioningNodePoolDefaults::Representation
|
|
1822
1824
|
|
|
@@ -2808,6 +2810,7 @@ module Google
|
|
|
2808
2810
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
|
2809
2811
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
|
2810
2812
|
|
|
2813
|
+
property :consolidation_delay, as: 'consolidationDelay'
|
|
2811
2814
|
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
|
2812
2815
|
|
|
2813
2816
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
@@ -3732,6 +3735,7 @@ module Google
|
|
|
3732
3735
|
property :cluster_id, as: 'clusterId'
|
|
3733
3736
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
|
3734
3737
|
|
|
3738
|
+
property :consolidation_delay, as: 'consolidationDelay'
|
|
3735
3739
|
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1::ContainerdConfig, decorator: Google::Apis::ContainerV1::ContainerdConfig::Representation
|
|
3736
3740
|
|
|
3737
3741
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
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.112.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.112.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:
|