google-cloud-container-v1beta1 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: d78eda18f32b7da82380041cba6e76b1f0cb1aacfd189d79ddbcc319a713636d
4
- data.tar.gz: 344a3d0846b14335b85d1cf001281241412f879c5ba594775a6c5e5c44555c04
3
+ metadata.gz: 95b827f4754aa1d1ea90316283cd8f963b096bdc15045fdb282398070fc92200
4
+ data.tar.gz: 8d0a29221510d640827eec5e86addd25acb149e01cbbed13037077cf2c86a370
5
5
  SHA512:
6
- metadata.gz: e59d40aa21269ed058ab23db6ef1dec6f57f66634badcd64f4ed1a8e4bddccfe67dd9e1c65c61e4a7f1d8d99fd9a2a4f37c2262d93e8b294fdeb800ff101a42f
7
- data.tar.gz: 28ec9bd44a39cdf06b9c04c70c36931246fdcc58b72e055ff82a5a74b0ee2dd77ba73ac0d9ad787147742ec2a04ca7160b06a7da65462ed1e6713c446f4c6a8d
6
+ metadata.gz: ea96b9e3986410123a7a4e1101d4849f4ef33493a9c25c34420df96fcfbbe89096e12a31ae67b651ac0537ca2151e92581167bea249cabb3d1d2441855f8e97b
7
+ data.tar.gz: 1016b299148abccdc5b0d0c8b513179d43d6106b91a38d224f4b3fe7cb373bb2feef8d203e367d213dc46af3eaf94d147db6b1be368b913b7a3bee3062302361
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1beta1
24
- VERSION = "0.19.0"
24
+ VERSION = "0.21.0"
25
25
  end
26
26
  end
27
27
  end
@@ -177,6 +177,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
177
177
  optional :kalm_config, :message, 12, "google.container.v1beta1.KalmConfig"
178
178
  optional :gcp_filestore_csi_driver_config, :message, 14, "google.container.v1beta1.GcpFilestoreCsiDriverConfig"
179
179
  optional :gke_backup_agent_config, :message, 16, "google.container.v1beta1.GkeBackupAgentConfig"
180
+ optional :gcs_fuse_csi_driver_config, :message, 17, "google.container.v1beta1.GcsFuseCsiDriverConfig"
180
181
  end
181
182
  add_message "google.container.v1beta1.HttpLoadBalancing" do
182
183
  optional :disabled, :bool, 1
@@ -208,6 +209,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
208
209
  add_message "google.container.v1beta1.GcpFilestoreCsiDriverConfig" do
209
210
  optional :enabled, :bool, 1
210
211
  end
212
+ add_message "google.container.v1beta1.GcsFuseCsiDriverConfig" do
213
+ optional :enabled, :bool, 1
214
+ end
211
215
  add_message "google.container.v1beta1.PrivateClusterMasterGlobalAccessConfig" do
212
216
  optional :enabled, :bool, 1
213
217
  end
@@ -478,6 +482,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
478
482
  optional :desired_gateway_api_config, :message, 114, "google.container.v1beta1.GatewayAPIConfig"
479
483
  optional :etag, :string, 115
480
484
  optional :desired_node_pool_logging_config, :message, 116, "google.container.v1beta1.NodePoolLoggingConfig"
485
+ optional :desired_fleet, :message, 117, "google.container.v1beta1.Fleet"
481
486
  optional :desired_stack_type, :enum, 119, "google.container.v1beta1.StackType"
482
487
  optional :additional_pod_ranges_config, :message, 120, "google.container.v1beta1.AdditionalPodRangesConfig"
483
488
  optional :removed_additional_pod_ranges_config, :message, 121, "google.container.v1beta1.AdditionalPodRangesConfig"
@@ -527,6 +532,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
527
532
  value :SET_NODE_POOL_SIZE, 14
528
533
  value :SET_NETWORK_POLICY, 15
529
534
  value :SET_MAINTENANCE_POLICY, 16
535
+ value :RESIZE_CLUSTER, 18
530
536
  end
531
537
  add_message "google.container.v1beta1.OperationProgress" do
532
538
  optional :name, :string, 1
@@ -1135,8 +1141,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
1135
1141
  optional :enable_certificates, :message, 1, "google.protobuf.BoolValue"
1136
1142
  end
1137
1143
  add_message "google.container.v1beta1.DatabaseEncryption" do
1138
- optional :state, :enum, 2, "google.container.v1beta1.DatabaseEncryption.State"
1139
1144
  optional :key_name, :string, 1
1145
+ optional :state, :enum, 2, "google.container.v1beta1.DatabaseEncryption.State"
1140
1146
  end
1141
1147
  add_enum "google.container.v1beta1.DatabaseEncryption.State" do
1142
1148
  value :UNKNOWN, 0
@@ -1380,6 +1386,7 @@ module Google
1380
1386
  ConfigConnectorConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.ConfigConnectorConfig").msgclass
1381
1387
  GcePersistentDiskCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GcePersistentDiskCsiDriverConfig").msgclass
1382
1388
  GcpFilestoreCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GcpFilestoreCsiDriverConfig").msgclass
1389
+ GcsFuseCsiDriverConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.GcsFuseCsiDriverConfig").msgclass
1383
1390
  PrivateClusterMasterGlobalAccessConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.PrivateClusterMasterGlobalAccessConfig").msgclass
1384
1391
  PrivateClusterConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.PrivateClusterConfig").msgclass
1385
1392
  IstioConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.container.v1beta1.IstioConfig").msgclass
@@ -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 place that API users can report issues. Example:
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?
@@ -817,6 +817,9 @@ module Google
817
817
  # @!attribute [rw] gke_backup_agent_config
818
818
  # @return [::Google::Cloud::Container::V1beta1::GkeBackupAgentConfig]
819
819
  # Configuration for the Backup for GKE agent addon.
820
+ # @!attribute [rw] gcs_fuse_csi_driver_config
821
+ # @return [::Google::Cloud::Container::V1beta1::GcsFuseCsiDriverConfig]
822
+ # Configuration for the Cloud Storage Fuse CSI driver.
820
823
  class AddonsConfig
821
824
  include ::Google::Protobuf::MessageExts
822
825
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -921,6 +924,15 @@ module Google
921
924
  extend ::Google::Protobuf::MessageExts::ClassMethods
922
925
  end
923
926
 
927
+ # Configuration for the Cloud Storage Fuse CSI driver.
928
+ # @!attribute [rw] enabled
929
+ # @return [::Boolean]
930
+ # Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
931
+ class GcsFuseCsiDriverConfig
932
+ include ::Google::Protobuf::MessageExts
933
+ extend ::Google::Protobuf::MessageExts::ClassMethods
934
+ end
935
+
924
936
  # Configuration for controlling master global access settings.
925
937
  # @!attribute [rw] enabled
926
938
  # @return [::Boolean]
@@ -2053,6 +2065,9 @@ module Google
2053
2065
  # @!attribute [rw] desired_node_pool_logging_config
2054
2066
  # @return [::Google::Cloud::Container::V1beta1::NodePoolLoggingConfig]
2055
2067
  # The desired node pool logging configuration defaults for the cluster.
2068
+ # @!attribute [rw] desired_fleet
2069
+ # @return [::Google::Cloud::Container::V1beta1::Fleet]
2070
+ # The desired fleet configuration for the cluster.
2056
2071
  # @!attribute [rw] desired_stack_type
2057
2072
  # @return [::Google::Cloud::Container::V1beta1::StackType]
2058
2073
  # The desired stack type of the cluster.
@@ -2107,10 +2122,23 @@ module Google
2107
2122
  # Deprecated. Use field error instead.
2108
2123
  # @!attribute [rw] self_link
2109
2124
  # @return [::String]
2110
- # Server-defined URL for the resource.
2125
+ # Server-defined URI for the operation. Example:
2126
+ # `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
2111
2127
  # @!attribute [rw] target_link
2112
2128
  # @return [::String]
2113
- # Server-defined URL for the target of the operation.
2129
+ # Server-defined URI for the target of the operation. The format of this is a
2130
+ # URI to the resource being modified (such as a cluster, node pool, or node).
2131
+ # For node pool repairs, there may be multiple nodes being repaired, but only
2132
+ # one will be the target.
2133
+ #
2134
+ # Examples:
2135
+ #
2136
+ # -
2137
+ # `https://container.googleapis.com/v1beta1/projects/123/locations/us-central1/clusters/my-cluster`
2138
+ # -
2139
+ # `https://container.googleapis.com/v1beta1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
2140
+ # -
2141
+ # `https://container.googleapis.com/v1beta1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
2114
2142
  # @!attribute [rw] location
2115
2143
  # @return [::String]
2116
2144
  # [Output only] The name of the Google Compute Engine
@@ -2162,58 +2190,126 @@ module Google
2162
2190
  ABORTING = 4
2163
2191
  end
2164
2192
 
2165
- # Operation type.
2193
+ # Operation type categorizes the operation.
2166
2194
  module Type
2167
2195
  # Not set.
2168
2196
  TYPE_UNSPECIFIED = 0
2169
2197
 
2170
- # Cluster create.
2198
+ # The cluster is being created. The cluster should be assumed to be
2199
+ # unusable until the operation finishes.
2200
+ #
2201
+ # In the event of the operation failing, the cluster will enter the [ERROR
2202
+ # state][Cluster.Status.ERROR] and eventually be deleted.
2171
2203
  CREATE_CLUSTER = 1
2172
2204
 
2173
- # Cluster delete.
2205
+ # The cluster is being deleted. The cluster should be assumed to be
2206
+ # unusable as soon as this operation starts.
2207
+ #
2208
+ # In the event of the operation failing, the cluster will enter the [ERROR
2209
+ # state][Cluster.Status.ERROR] and the deletion will be automatically
2210
+ # retried until completed.
2174
2211
  DELETE_CLUSTER = 2
2175
2212
 
2176
- # A master upgrade.
2213
+ # The [cluster
2214
+ # version][google.container.v1beta1.ClusterUpdate.desired_master_version]
2215
+ # is being updated. Note that this includes "upgrades" to the same version,
2216
+ # which are simply a recreation. This also includes
2217
+ # [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically).
2218
+ # For more details, see [documentation on cluster
2219
+ # upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades).
2177
2220
  UPGRADE_MASTER = 3
2178
2221
 
2179
- # A node upgrade.
2222
+ # A node pool is being updated. Despite calling this an "upgrade", this
2223
+ # includes most forms of updates to node pools. This also includes
2224
+ # [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-upgrades).
2225
+ #
2226
+ # This operation sets the
2227
+ # {::Google::Cloud::Container::V1beta1::Operation#progress progress} field and may be
2228
+ # {::Google::Cloud::Container::V1beta1::ClusterManager::Client#cancel_operation canceled}.
2229
+ #
2230
+ # The upgrade strategy depends on [node pool
2231
+ # configuration](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies).
2232
+ # The nodes are generally still usable during this operation.
2180
2233
  UPGRADE_NODES = 4
2181
2234
 
2182
- # Cluster repair.
2235
+ # A problem has been detected with the control plane and is being repaired.
2236
+ # This operation type is initiated by GKE. For more details, see
2237
+ # [documentation on
2238
+ # repairs](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).
2183
2239
  REPAIR_CLUSTER = 5
2184
2240
 
2185
- # Cluster update.
2241
+ # The cluster is being updated. This is a broad category of operations and
2242
+ # includes operations that only change metadata as well as those that must
2243
+ # recreate the entire cluster. If the control plane must be recreated, this
2244
+ # will cause temporary downtime for zonal clusters.
2245
+ #
2246
+ # Some features require recreating the nodes as well. Those will be
2247
+ # recreated as separate operations and the update may not be completely
2248
+ # functional until the node pools recreations finish. Node recreations will
2249
+ # generally follow [maintenance
2250
+ # policies](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions).
2251
+ #
2252
+ # Some GKE-initiated operations use this type. This includes certain types
2253
+ # of auto-upgrades and incident mitigations.
2186
2254
  UPDATE_CLUSTER = 6
2187
2255
 
2188
- # Node pool create.
2256
+ # A node pool is being created. The node pool should be assumed to be
2257
+ # unusable until this operation finishes. In the event of an error, the
2258
+ # node pool may be partially created.
2259
+ #
2260
+ # If enabled, [node
2261
+ # autoprovisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning)
2262
+ # may have automatically initiated such operations.
2189
2263
  CREATE_NODE_POOL = 7
2190
2264
 
2191
- # Node pool delete.
2265
+ # The node pool is being deleted. The node pool should be assumed to be
2266
+ # unusable as soon as this operation starts.
2192
2267
  DELETE_NODE_POOL = 8
2193
2268
 
2194
- # Set node pool management.
2269
+ # The node pool's
2270
+ # {::Google::Cloud::Container::V1beta1::NodePool#management manamagent} field is being
2271
+ # updated. These operations only update metadata and may be concurrent with
2272
+ # most other operations.
2195
2273
  SET_NODE_POOL_MANAGEMENT = 9
2196
2274
 
2197
- # Automatic node pool repair.
2275
+ # A problem has been detected with nodes and [they are being
2276
+ # repaired](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-repair).
2277
+ # This operation type is initiated by GKE, typically automatically. This
2278
+ # operation may be concurrent with other operations and there may be
2279
+ # multiple repairs occurring on the same node pool.
2198
2280
  AUTO_REPAIR_NODES = 10
2199
2281
 
2200
- # Automatic node upgrade.
2282
+ # Unused. Automatic node upgrade uses
2283
+ # {::Google::Cloud::Container::V1beta1::Operation::Type::UPGRADE_NODES UPGRADE_NODES}.
2201
2284
  AUTO_UPGRADE_NODES = 11
2202
2285
 
2203
- # Set labels.
2286
+ # Unused. Updating labels uses
2287
+ # {::Google::Cloud::Container::V1beta1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
2204
2288
  SET_LABELS = 12
2205
2289
 
2206
- # Set/generate master auth materials
2290
+ # Unused. Updating master auth uses
2291
+ # {::Google::Cloud::Container::V1beta1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
2207
2292
  SET_MASTER_AUTH = 13
2208
2293
 
2209
- # Set node pool size.
2294
+ # The node pool is being resized. With the exception of resizing to or from
2295
+ # size zero, the node pool is generally usable during this operation.
2210
2296
  SET_NODE_POOL_SIZE = 14
2211
2297
 
2212
- # Updates network policy for a cluster.
2298
+ # Unused. Updating network policy uses
2299
+ # {::Google::Cloud::Container::V1beta1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
2213
2300
  SET_NETWORK_POLICY = 15
2214
2301
 
2215
- # Set the maintenance policy.
2302
+ # Unused. Updating maintenance policy uses
2303
+ # {::Google::Cloud::Container::V1beta1::Operation::Type::UPDATE_CLUSTER UPDATE_CLUSTER}.
2216
2304
  SET_MAINTENANCE_POLICY = 16
2305
+
2306
+ # The control plane is being resized. This operation type is initiated by
2307
+ # GKE. These operations are often performed preemptively to ensure that the
2308
+ # control plane has sufficient resources and is not typically an indication
2309
+ # of issues. For more details, see
2310
+ # [documentation on
2311
+ # resizes](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).
2312
+ RESIZE_CLUSTER = 18
2217
2313
  end
2218
2314
  end
2219
2315
 
@@ -4614,13 +4710,13 @@ module Google
4614
4710
  end
4615
4711
 
4616
4712
  # Configuration of etcd encryption.
4617
- # @!attribute [rw] state
4618
- # @return [::Google::Cloud::Container::V1beta1::DatabaseEncryption::State]
4619
- # Denotes the state of etcd encryption.
4620
4713
  # @!attribute [rw] key_name
4621
4714
  # @return [::String]
4622
4715
  # Name of CloudKMS key to use for the encryption of secrets in etcd.
4623
4716
  # Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key
4717
+ # @!attribute [rw] state
4718
+ # @return [::Google::Cloud::Container::V1beta1::DatabaseEncryption::State]
4719
+ # The desired state of etcd encryption.
4624
4720
  class DatabaseEncryption
4625
4721
  include ::Google::Protobuf::MessageExts
4626
4722
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-container-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.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-21 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common