google-cloud-container-v1 0.19.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fcc24bdaab408fd833e950951d5f069285817bb6b0606ffed6be33ef62f3773
|
4
|
+
data.tar.gz: 83b4e0d1b0204b3a2b2282e17407b242cdbca4b504522f42d27a14d09e5cd68d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2f24baab4f94465ed5efbf9b277c30e0d91315da22df2e3f325c986922d9076b89b8606de66e7d3b51982f4558ccedd9aa864609d62bd341309feef822fb6bc
|
7
|
+
data.tar.gz: f939b4dde3314796bf693acb6c3adedc0936f46cb09c65f3e8fe641eb7471924906a34f91461db678014b7cb9008e640cd04661194771f1c11d56c9deb3d8f5c
|
@@ -394,6 +394,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
394
394
|
optional :desired_gateway_api_config, :message, 114, "google.container.v1.GatewayAPIConfig"
|
395
395
|
optional :etag, :string, 115
|
396
396
|
optional :desired_node_pool_logging_config, :message, 116, "google.container.v1.NodePoolLoggingConfig"
|
397
|
+
optional :desired_fleet, :message, 117, "google.container.v1.Fleet"
|
397
398
|
optional :desired_stack_type, :enum, 119, "google.container.v1.StackType"
|
398
399
|
optional :additional_pod_ranges_config, :message, 120, "google.container.v1.AdditionalPodRangesConfig"
|
399
400
|
optional :removed_additional_pod_ranges_config, :message, 121, "google.container.v1.AdditionalPodRangesConfig"
|
@@ -443,6 +444,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
443
444
|
value :SET_NODE_POOL_SIZE, 14
|
444
445
|
value :SET_NETWORK_POLICY, 15
|
445
446
|
value :SET_MAINTENANCE_POLICY, 16
|
447
|
+
value :RESIZE_CLUSTER, 18
|
446
448
|
end
|
447
449
|
add_message "google.container.v1.OperationProgress" do
|
448
450
|
optional :name, :string, 1
|
@@ -1010,8 +1012,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
1010
1012
|
optional :enable_certificates, :message, 1, "google.protobuf.BoolValue"
|
1011
1013
|
end
|
1012
1014
|
add_message "google.container.v1.DatabaseEncryption" do
|
1013
|
-
optional :state, :enum, 2, "google.container.v1.DatabaseEncryption.State"
|
1014
1015
|
optional :key_name, :string, 1
|
1016
|
+
optional :state, :enum, 2, "google.container.v1.DatabaseEncryption.State"
|
1015
1017
|
end
|
1016
1018
|
add_enum "google.container.v1.DatabaseEncryption.State" do
|
1017
1019
|
value :UNKNOWN, 0
|
@@ -83,7 +83,7 @@ module Google
|
|
83
83
|
# long-running operation pattern.
|
84
84
|
# @!attribute [rw] new_issue_uri
|
85
85
|
# @return [::String]
|
86
|
-
# Link to a
|
86
|
+
# Link to a *public* URI where users can report issues. Example:
|
87
87
|
# https://issuetracker.google.com/issues/new?component=190865&template=1161103
|
88
88
|
# @!attribute [rw] documentation_uri
|
89
89
|
# @return [::String]
|
@@ -353,6 +353,15 @@ module Google
|
|
353
353
|
|
354
354
|
# Street View Org.
|
355
355
|
STREET_VIEW = 4
|
356
|
+
|
357
|
+
# Shopping Org.
|
358
|
+
SHOPPING = 5
|
359
|
+
|
360
|
+
# Geo Org.
|
361
|
+
GEO = 6
|
362
|
+
|
363
|
+
# Generative AI - https://developers.generativeai.google
|
364
|
+
GENERATIVE_AI = 7
|
356
365
|
end
|
357
366
|
|
358
367
|
# To where should client libraries be published?
|
@@ -1766,6 +1766,9 @@ module Google
|
|
1766
1766
|
# @!attribute [rw] desired_node_pool_logging_config
|
1767
1767
|
# @return [::Google::Cloud::Container::V1::NodePoolLoggingConfig]
|
1768
1768
|
# The desired node pool logging configuration defaults for the cluster.
|
1769
|
+
# @!attribute [rw] desired_fleet
|
1770
|
+
# @return [::Google::Cloud::Container::V1::Fleet]
|
1771
|
+
# The desired fleet configuration for the cluster.
|
1769
1772
|
# @!attribute [rw] desired_stack_type
|
1770
1773
|
# @return [::Google::Cloud::Container::V1::StackType]
|
1771
1774
|
# The desired stack type of the cluster.
|
@@ -1820,10 +1823,23 @@ module Google
|
|
1820
1823
|
# Deprecated. Use the field error instead.
|
1821
1824
|
# @!attribute [rw] self_link
|
1822
1825
|
# @return [::String]
|
1823
|
-
# Server-defined
|
1826
|
+
# Server-defined URI for the operation. Example:
|
1827
|
+
# `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
|
1824
1828
|
# @!attribute [rw] target_link
|
1825
1829
|
# @return [::String]
|
1826
|
-
# Server-defined
|
1830
|
+
# Server-defined URI for the target of the operation. The format of this is a
|
1831
|
+
# URI to the resource being modified (such as a cluster, node pool, or node).
|
1832
|
+
# For node pool repairs, there may be multiple nodes being repaired, but only
|
1833
|
+
# one will be the target.
|
1834
|
+
#
|
1835
|
+
# Examples:
|
1836
|
+
#
|
1837
|
+
# -
|
1838
|
+
# `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
|
1839
|
+
# -
|
1840
|
+
# `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
|
1841
|
+
# -
|
1842
|
+
# `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
|
1827
1843
|
# @!attribute [rw] location
|
1828
1844
|
# @return [::String]
|
1829
1845
|
# [Output only] The name of the Google Compute Engine
|
@@ -1875,58 +1891,125 @@ module Google
|
|
1875
1891
|
ABORTING = 4
|
1876
1892
|
end
|
1877
1893
|
|
1878
|
-
# Operation type.
|
1894
|
+
# Operation type categorizes the operation.
|
1879
1895
|
module Type
|
1880
1896
|
# Not set.
|
1881
1897
|
TYPE_UNSPECIFIED = 0
|
1882
1898
|
|
1883
|
-
#
|
1899
|
+
# The cluster is being created. The cluster should be assumed to be
|
1900
|
+
# unusable until the operation finishes.
|
1901
|
+
#
|
1902
|
+
# In the event of the operation failing, the cluster will enter the [ERROR
|
1903
|
+
# state][Cluster.Status.ERROR] and eventually be deleted.
|
1884
1904
|
CREATE_CLUSTER = 1
|
1885
1905
|
|
1886
|
-
#
|
1906
|
+
# The cluster is being deleted. The cluster should be assumed to be
|
1907
|
+
# unusable as soon as this operation starts.
|
1908
|
+
#
|
1909
|
+
# In the event of the operation failing, the cluster will enter the [ERROR
|
1910
|
+
# state][Cluster.Status.ERROR] and the deletion will be automatically
|
1911
|
+
# retried until completed.
|
1887
1912
|
DELETE_CLUSTER = 2
|
1888
1913
|
|
1889
|
-
#
|
1914
|
+
# The [cluster
|
1915
|
+
# version][google.container.v1.ClusterUpdate.desired_master_version] is
|
1916
|
+
# being updated. Note that this includes "upgrades" to the same version,
|
1917
|
+
# which are simply a recreation. This also includes
|
1918
|
+
# [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically).
|
1919
|
+
# For more details, see [documentation on cluster
|
1920
|
+
# upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades).
|
1890
1921
|
UPGRADE_MASTER = 3
|
1891
1922
|
|
1892
|
-
# A node upgrade
|
1923
|
+
# A node pool is being updated. Despite calling this an "upgrade", this
|
1924
|
+
# includes most forms of updates to node pools. This also includes
|
1925
|
+
# [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-upgrades).
|
1926
|
+
#
|
1927
|
+
# This operation sets the
|
1928
|
+
# {::Google::Cloud::Container::V1::Operation#progress progress} field and may be
|
1929
|
+
# {::Google::Cloud::Container::V1::ClusterManager::Client#cancel_operation canceled}.
|
1930
|
+
#
|
1931
|
+
# The upgrade strategy depends on [node pool
|
1932
|
+
# configuration](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies).
|
1933
|
+
# The nodes are generally still usable during this operation.
|
1893
1934
|
UPGRADE_NODES = 4
|
1894
1935
|
|
1895
|
-
#
|
1936
|
+
# A problem has been detected with the control plane and is being repaired.
|
1937
|
+
# This operation type is initiated by GKE. For more details, see
|
1938
|
+
# [documentation on
|
1939
|
+
# repairs](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).
|
1896
1940
|
REPAIR_CLUSTER = 5
|
1897
1941
|
|
1898
|
-
#
|
1942
|
+
# The cluster is being updated. This is a broad category of operations and
|
1943
|
+
# includes operations that only change metadata as well as those that must
|
1944
|
+
# recreate the entire cluster. If the control plane must be recreated, this
|
1945
|
+
# will cause temporary downtime for zonal clusters.
|
1946
|
+
#
|
1947
|
+
# Some features require recreating the nodes as well. Those will be
|
1948
|
+
# recreated as separate operations and the update may not be completely
|
1949
|
+
# functional until the node pools recreations finish. Node recreations will
|
1950
|
+
# generally follow [maintenance
|
1951
|
+
# policies](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions).
|
1952
|
+
#
|
1953
|
+
# Some GKE-initiated operations use this type. This includes certain types
|
1954
|
+
# of auto-upgrades and incident mitigations.
|
1899
1955
|
UPDATE_CLUSTER = 6
|
1900
1956
|
|
1901
|
-
#
|
1957
|
+
# A node pool is being created. The node pool should be assumed to be
|
1958
|
+
# unusable until this operation finishes. In the event of an error, the
|
1959
|
+
# node pool may be partially created.
|
1960
|
+
#
|
1961
|
+
# If enabled, [node
|
1962
|
+
# autoprovisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)
|
1963
|
+
# may have automatically initiated such operations.
|
1902
1964
|
CREATE_NODE_POOL = 7
|
1903
1965
|
|
1904
|
-
#
|
1966
|
+
# The node pool is being deleted. The node pool should be assumed to be
|
1967
|
+
# unusable as soon as this operation starts.
|
1905
1968
|
DELETE_NODE_POOL = 8
|
1906
1969
|
|
1907
|
-
#
|
1970
|
+
# The node pool's {::Google::Cloud::Container::V1::NodePool#management manamagent}
|
1971
|
+
# field is being updated. These operations only update metadata and may be
|
1972
|
+
# concurrent with most other operations.
|
1908
1973
|
SET_NODE_POOL_MANAGEMENT = 9
|
1909
1974
|
|
1910
|
-
#
|
1975
|
+
# A problem has been detected with nodes and [they are being
|
1976
|
+
# repaired](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-repair).
|
1977
|
+
# This operation type is initiated by GKE, typically automatically. This
|
1978
|
+
# operation may be concurrent with other operations and there may be
|
1979
|
+
# multiple repairs occurring on the same node pool.
|
1911
1980
|
AUTO_REPAIR_NODES = 10
|
1912
1981
|
|
1913
|
-
# Automatic node upgrade
|
1982
|
+
# Unused. Automatic node upgrade uses
|
1983
|
+
# {::Google::Cloud::Container::V1::Operation::Type::UPGRADE_NODES UPGRADE_NODES}.
|
1914
1984
|
AUTO_UPGRADE_NODES = 11
|
1915
1985
|
|
1916
|
-
#
|
1986
|
+
# Unused. Updating labels uses
|
1987
|
+
# {::Google::Cloud::Container::V1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
|
1917
1988
|
SET_LABELS = 12
|
1918
1989
|
|
1919
|
-
#
|
1990
|
+
# Unused. Updating master auth uses
|
1991
|
+
# {::Google::Cloud::Container::V1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
|
1920
1992
|
SET_MASTER_AUTH = 13
|
1921
1993
|
|
1922
|
-
#
|
1994
|
+
# The node pool is being resized. With the exception of resizing to or from
|
1995
|
+
# size zero, the node pool is generally usable during this operation.
|
1923
1996
|
SET_NODE_POOL_SIZE = 14
|
1924
1997
|
|
1925
|
-
#
|
1998
|
+
# Unused. Updating network policy uses
|
1999
|
+
# {::Google::Cloud::Container::V1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
|
1926
2000
|
SET_NETWORK_POLICY = 15
|
1927
2001
|
|
1928
|
-
#
|
2002
|
+
# Unused. Updating maintenance policy uses
|
2003
|
+
# {::Google::Cloud::Container::V1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
|
1929
2004
|
SET_MAINTENANCE_POLICY = 16
|
2005
|
+
|
2006
|
+
# The control plane is being resized. This operation type is initiated by
|
2007
|
+
# GKE. These operations are often performed preemptively to ensure that the
|
2008
|
+
# control plane has sufficient resources and is not typically an indication
|
2009
|
+
# of issues. For more details, see
|
2010
|
+
# [documentation on
|
2011
|
+
# resizes](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).
|
2012
|
+
RESIZE_CLUSTER = 18
|
1930
2013
|
end
|
1931
2014
|
end
|
1932
2015
|
|
@@ -4151,13 +4234,13 @@ module Google
|
|
4151
4234
|
end
|
4152
4235
|
|
4153
4236
|
# Configuration of etcd encryption.
|
4154
|
-
# @!attribute [rw] state
|
4155
|
-
# @return [::Google::Cloud::Container::V1::DatabaseEncryption::State]
|
4156
|
-
# Denotes the state of etcd encryption.
|
4157
4237
|
# @!attribute [rw] key_name
|
4158
4238
|
# @return [::String]
|
4159
4239
|
# Name of CloudKMS key to use for the encryption of secrets in etcd.
|
4160
4240
|
# Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
|
4241
|
+
# @!attribute [rw] state
|
4242
|
+
# @return [::Google::Cloud::Container::V1::DatabaseEncryption::State]
|
4243
|
+
# The desired state of etcd encryption.
|
4161
4244
|
class DatabaseEncryption
|
4162
4245
|
include ::Google::Protobuf::MessageExts
|
4163
4246
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-container-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04
|
11
|
+
date: 2023-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|