google-apis-container_v1beta1 0.99.0 → 0.100.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: be79d78a259c9e2e246c559889322ce70a1a2ee4972e7bea339f91a56226bf20
|
|
4
|
+
data.tar.gz: 13027d54224e6dc9828d16b9eade1e1f97ce9556392088a8de0b37fe8c7600f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f442307d1c95b3d275e209da5b2bbf185fffdc9b0291c3a0abf3f944b0ed81cfa15fdd8302a3d44132da13982efb6ef59c8a307c182aacdef4ebbc76f7e802e6
|
|
7
|
+
data.tar.gz: 81c230e2dc6361adf7bb2495d3597417af3db6fcce6ddc1107c32b05e61be1a3d696f7af4bde103353b16475d462ef8d84da00527f1b907b1f3b119d07d9daa1
|
data/CHANGELOG.md
CHANGED
|
@@ -87,6 +87,11 @@ module Google
|
|
|
87
87
|
# @return [Array<String>]
|
|
88
88
|
attr_accessor :pod_ipv4_range_names
|
|
89
89
|
|
|
90
|
+
# Draining status of the additional subnet.
|
|
91
|
+
# Corresponds to the JSON property `status`
|
|
92
|
+
# @return [String]
|
|
93
|
+
attr_accessor :status
|
|
94
|
+
|
|
90
95
|
# Name of the subnetwork. This can be the full path of the subnetwork or just
|
|
91
96
|
# the name. Example1: my-subnet Example2: projects/gke-project/regions/us-
|
|
92
97
|
# central1/subnetworks/my-subnet
|
|
@@ -101,6 +106,7 @@ module Google
|
|
|
101
106
|
# Update properties of this object
|
|
102
107
|
def update!(**args)
|
|
103
108
|
@pod_ipv4_range_names = args[:pod_ipv4_range_names] if args.key?(:pod_ipv4_range_names)
|
|
109
|
+
@status = args[:status] if args.key?(:status)
|
|
104
110
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
|
105
111
|
end
|
|
106
112
|
end
|
|
@@ -1313,7 +1319,7 @@ module Google
|
|
|
1313
1319
|
# @return [Google::Apis::ContainerV1beta1::BinaryAuthorization]
|
|
1314
1320
|
attr_accessor :binary_authorization
|
|
1315
1321
|
|
|
1316
|
-
# The IP address range of the container pods in this cluster, in [CIDR](
|
|
1322
|
+
# The IP address range of the container pods in this cluster, in [CIDR](https://
|
|
1317
1323
|
# en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.
|
|
1318
1324
|
# 0/14`). Leave blank to have one automatically chosen or specify a `/14` block
|
|
1319
1325
|
# in `10.0.0.0/8`.
|
|
@@ -1778,7 +1784,7 @@ module Google
|
|
|
1778
1784
|
attr_accessor :self_link
|
|
1779
1785
|
|
|
1780
1786
|
# Output only. The IP address range of the Kubernetes services in this cluster,
|
|
1781
|
-
# in [CIDR](
|
|
1787
|
+
# in [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing)
|
|
1782
1788
|
# notation (e.g. `1.2.3.4/29`). Service addresses are typically put in the last `
|
|
1783
1789
|
# /16` from the container CIDR.
|
|
1784
1790
|
# Corresponds to the JSON property `servicesIpv4Cidr`
|
|
@@ -1815,8 +1821,8 @@ module Google
|
|
|
1815
1821
|
attr_accessor :tpu_config
|
|
1816
1822
|
|
|
1817
1823
|
# Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](
|
|
1818
|
-
#
|
|
1819
|
-
# 2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The
|
|
1824
|
+
# https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `
|
|
1825
|
+
# 1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The
|
|
1820
1826
|
# end of life date for 2VM TPU is 2025-04-25.
|
|
1821
1827
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
|
1822
1828
|
# @return [String]
|
|
@@ -1966,6 +1972,12 @@ module Google
|
|
|
1966
1972
|
class ClusterAutoscaling
|
|
1967
1973
|
include Google::Apis::Core::Hashable
|
|
1968
1974
|
|
|
1975
|
+
# Autopilot general profile for the cluster, which defines the configuration for
|
|
1976
|
+
# the cluster.
|
|
1977
|
+
# Corresponds to the JSON property `autopilotGeneralProfile`
|
|
1978
|
+
# @return [String]
|
|
1979
|
+
attr_accessor :autopilot_general_profile
|
|
1980
|
+
|
|
1969
1981
|
# The list of Google Compute Engine [zones](https://cloud.google.com/compute/
|
|
1970
1982
|
# docs/zones#available) in which the NodePool's nodes can be created by NAP.
|
|
1971
1983
|
# Corresponds to the JSON property `autoprovisioningLocations`
|
|
@@ -2006,6 +2018,7 @@ module Google
|
|
|
2006
2018
|
|
|
2007
2019
|
# Update properties of this object
|
|
2008
2020
|
def update!(**args)
|
|
2021
|
+
@autopilot_general_profile = args[:autopilot_general_profile] if args.key?(:autopilot_general_profile)
|
|
2009
2022
|
@autoprovisioning_locations = args[:autoprovisioning_locations] if args.key?(:autoprovisioning_locations)
|
|
2010
2023
|
@autoprovisioning_node_pool_defaults = args[:autoprovisioning_node_pool_defaults] if args.key?(:autoprovisioning_node_pool_defaults)
|
|
2011
2024
|
@autoscaling_profile = args[:autoscaling_profile] if args.key?(:autoscaling_profile)
|
|
@@ -4510,10 +4523,10 @@ module Google
|
|
|
4510
4523
|
# cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable
|
|
4511
4524
|
# when `use_ip_aliases` is true. Set to blank to have a range chosen with the
|
|
4512
4525
|
# default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
|
4513
|
-
# specific netmask. Set to a [CIDR](
|
|
4514
|
-
# Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4515
|
-
# networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4516
|
-
# specific range to use.
|
|
4526
|
+
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4527
|
+
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4528
|
+
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4529
|
+
# to pick a specific range to use.
|
|
4517
4530
|
# Corresponds to the JSON property `clusterIpv4CidrBlock`
|
|
4518
4531
|
# @return [String]
|
|
4519
4532
|
attr_accessor :cluster_ipv4_cidr_block
|
|
@@ -4558,10 +4571,10 @@ module Google
|
|
|
4558
4571
|
# The IP address range of the instance IPs in this cluster. This is applicable
|
|
4559
4572
|
# only if `create_subnetwork` is true. Set to blank to have a range chosen with
|
|
4560
4573
|
# the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
|
4561
|
-
# specific netmask. Set to a [CIDR](
|
|
4562
|
-
# Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4563
|
-
# networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4564
|
-
# specific range to use.
|
|
4574
|
+
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4575
|
+
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4576
|
+
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4577
|
+
# to pick a specific range to use.
|
|
4565
4578
|
# Corresponds to the JSON property `nodeIpv4CidrBlock`
|
|
4566
4579
|
# @return [String]
|
|
4567
4580
|
attr_accessor :node_ipv4_cidr_block
|
|
@@ -4580,7 +4593,7 @@ module Google
|
|
|
4580
4593
|
# will be automatically chosen with the default size. This field is only
|
|
4581
4594
|
# applicable when `use_ip_aliases` is true. Set to blank to have a range chosen
|
|
4582
4595
|
# with the default size. Set to /netmask (e.g. `/14`) to have a range chosen
|
|
4583
|
-
# with a specific netmask. Set to a [CIDR](
|
|
4596
|
+
# with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4584
4597
|
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4585
4598
|
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4586
4599
|
# to pick a specific range to use.
|
|
@@ -4621,11 +4634,11 @@ module Google
|
|
|
4621
4634
|
# range will be automatically chosen with the default size. This field is only
|
|
4622
4635
|
# applicable when `use_ip_aliases` is true. If unspecified, the range will use
|
|
4623
4636
|
# the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a
|
|
4624
|
-
# specific netmask. Set to a [CIDR](
|
|
4625
|
-
# Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4626
|
-
# networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4627
|
-
# specific range to use. This field is deprecated, use cluster.
|
|
4628
|
-
# ipv4_cidr_block instead.
|
|
4637
|
+
# specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
|
|
4638
|
+
# Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
|
|
4639
|
+
# 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
|
|
4640
|
+
# to pick a specific range to use. This field is deprecated, use cluster.
|
|
4641
|
+
# tpu_config.ipv4_cidr_block instead.
|
|
4629
4642
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
|
4630
4643
|
# @return [String]
|
|
4631
4644
|
attr_accessor :tpu_ipv4_cidr_block
|
|
@@ -6068,6 +6081,13 @@ module Google
|
|
|
6068
6081
|
# @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
|
|
6069
6082
|
attr_accessor :confidential_nodes
|
|
6070
6083
|
|
|
6084
|
+
# Consolidation delay defines duration after which the Cluster Autoscaler can
|
|
6085
|
+
# scale down underutilized nodes. If not set, nodes are scaled down by default
|
|
6086
|
+
# behavior, i.e. according to the chosen autoscaling profile.
|
|
6087
|
+
# Corresponds to the JSON property `consolidationDelay`
|
|
6088
|
+
# @return [String]
|
|
6089
|
+
attr_accessor :consolidation_delay
|
|
6090
|
+
|
|
6071
6091
|
# ContainerdConfig contains configuration to customize containerd.
|
|
6072
6092
|
# Corresponds to the JSON property `containerdConfig`
|
|
6073
6093
|
# @return [Google::Apis::ContainerV1beta1::ContainerdConfig]
|
|
@@ -6367,6 +6387,7 @@ module Google
|
|
|
6367
6387
|
@boot_disk = args[:boot_disk] if args.key?(:boot_disk)
|
|
6368
6388
|
@boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
|
|
6369
6389
|
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
|
6390
|
+
@consolidation_delay = args[:consolidation_delay] if args.key?(:consolidation_delay)
|
|
6370
6391
|
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
|
6371
6392
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
6372
6393
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
|
@@ -6840,10 +6861,13 @@ module Google
|
|
|
6840
6861
|
# @return [String]
|
|
6841
6862
|
attr_accessor :pod_range
|
|
6842
6863
|
|
|
6843
|
-
# The subnetwork path for the node pool. Format: projects/`
|
|
6844
|
-
# region`/subnetworks/`subnetwork` If the cluster is
|
|
6845
|
-
# subnetworks, the subnetwork
|
|
6846
|
-
#
|
|
6864
|
+
# Optional. The subnetwork name/path for the node pool. Format: projects/`
|
|
6865
|
+
# project`/regions/`region`/subnetworks/`subnetwork` If the cluster is
|
|
6866
|
+
# associated with multiple subnetworks, the subnetwork can be either: 1. A user
|
|
6867
|
+
# supplied subnetwork name/full path during node pool creation. Example1: my-
|
|
6868
|
+
# subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-
|
|
6869
|
+
# subnet 2. A subnetwork path picked based on the IP utilization during node
|
|
6870
|
+
# pool creation and is immutable.
|
|
6847
6871
|
# Corresponds to the JSON property `subnetwork`
|
|
6848
6872
|
# @return [String]
|
|
6849
6873
|
attr_accessor :subnetwork
|
|
@@ -10150,6 +10174,13 @@ module Google
|
|
|
10150
10174
|
# @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
|
|
10151
10175
|
attr_accessor :confidential_nodes
|
|
10152
10176
|
|
|
10177
|
+
# Consolidation delay defines duration after which the Cluster Autoscaler can
|
|
10178
|
+
# scale down underutilized nodes. If not set, nodes are scaled down by default
|
|
10179
|
+
# behavior, i.e. according to the chosen autoscaling profile.
|
|
10180
|
+
# Corresponds to the JSON property `consolidationDelay`
|
|
10181
|
+
# @return [String]
|
|
10182
|
+
attr_accessor :consolidation_delay
|
|
10183
|
+
|
|
10153
10184
|
# ContainerdConfig contains configuration to customize containerd.
|
|
10154
10185
|
# Corresponds to the JSON property `containerdConfig`
|
|
10155
10186
|
# @return [Google::Apis::ContainerV1beta1::ContainerdConfig]
|
|
@@ -10398,6 +10429,7 @@ module Google
|
|
|
10398
10429
|
@boot_disk = args[:boot_disk] if args.key?(:boot_disk)
|
|
10399
10430
|
@cluster_id = args[:cluster_id] if args.key?(:cluster_id)
|
|
10400
10431
|
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
|
10432
|
+
@consolidation_delay = args[:consolidation_delay] if args.key?(:consolidation_delay)
|
|
10401
10433
|
@containerd_config = args[:containerd_config] if args.key?(:containerd_config)
|
|
10402
10434
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
|
10403
10435
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
|
@@ -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.100.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
|
|
@@ -1576,6 +1576,7 @@ module Google
|
|
|
1576
1576
|
# @private
|
|
1577
1577
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1578
1578
|
collection :pod_ipv4_range_names, as: 'podIpv4RangeNames'
|
|
1579
|
+
property :status, as: 'status'
|
|
1579
1580
|
property :subnetwork, as: 'subnetwork'
|
|
1580
1581
|
end
|
|
1581
1582
|
end
|
|
@@ -2070,6 +2071,7 @@ module Google
|
|
|
2070
2071
|
class ClusterAutoscaling
|
|
2071
2072
|
# @private
|
|
2072
2073
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2074
|
+
property :autopilot_general_profile, as: 'autopilotGeneralProfile'
|
|
2073
2075
|
collection :autoprovisioning_locations, as: 'autoprovisioningLocations'
|
|
2074
2076
|
property :autoprovisioning_node_pool_defaults, as: 'autoprovisioningNodePoolDefaults', class: Google::Apis::ContainerV1beta1::AutoprovisioningNodePoolDefaults, decorator: Google::Apis::ContainerV1beta1::AutoprovisioningNodePoolDefaults::Representation
|
|
2075
2077
|
|
|
@@ -3199,6 +3201,7 @@ module Google
|
|
|
3199
3201
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
|
3200
3202
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
|
3201
3203
|
|
|
3204
|
+
property :consolidation_delay, as: 'consolidationDelay'
|
|
3202
3205
|
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
|
3203
3206
|
|
|
3204
3207
|
property :disk_size_gb, as: 'diskSizeGb'
|
|
@@ -4231,6 +4234,7 @@ module Google
|
|
|
4231
4234
|
property :cluster_id, as: 'clusterId'
|
|
4232
4235
|
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
|
|
4233
4236
|
|
|
4237
|
+
property :consolidation_delay, as: 'consolidationDelay'
|
|
4234
4238
|
property :containerd_config, as: 'containerdConfig', class: Google::Apis::ContainerV1beta1::ContainerdConfig, decorator: Google::Apis::ContainerV1beta1::ContainerdConfig::Representation
|
|
4235
4239
|
|
|
4236
4240
|
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_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.100.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.100.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:
|