google-cloud-container-v1 0.20.0 → 0.21.1

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: 9090e69070ad22dcdd7c1cf0898914fee7b38722525c7cb8b3f7cb916859ce74
4
- data.tar.gz: 584d66c13d1f252ed7c670b3249556782e1199042b2f01cb3524e593baa1bebb
3
+ metadata.gz: 8c831106745baaaeb16a9a20c206a6a6db0c8142f0ae3069dcdc6b3224c3d186
4
+ data.tar.gz: 2c9911ccbc8521f69e87ab6bfbacfc348333f4f12f3d37addab1c2458c5944fa
5
5
  SHA512:
6
- metadata.gz: 05e4c7df4898f057ce790d8b479e28ce85d179d506aab48202647664c876bde2fa28cf03bb6775281893113323ba48883b9e9770051229e80a74da58b67f7543
7
- data.tar.gz: 58759ea58a202c27d81581535dae06a3b2e3f734eb656e34c369af2e683a89783a455625819299b7d009f56cdd5b1ea55c6fdbbdec7a816419a856d0bcbbea7f
6
+ metadata.gz: a0a6ec2b065744f5b2bc32f4024ad32c45d9ee23d7892b7201510ac6fb8f0799411adb36a793c161ec18e063d0d334fe9280f951e69b2a224cb79e0e60b2ee94
7
+ data.tar.gz: 1f8059f9741e5bee5a92afc932f6ff7db240340db183986fbe49385e7c732cbeffc1c5ea7c765dd8ca30657d1bd4f2aadda1e8408e6475c12582340c2f87c33b
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Container
23
23
  module V1
24
- VERSION = "0.20.0"
24
+ VERSION = "0.21.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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"
@@ -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?
@@ -1366,7 +1366,12 @@ module Google
1366
1366
  # Shielded Nodes configuration.
1367
1367
  # @!attribute [rw] release_channel
1368
1368
  # @return [::Google::Cloud::Container::V1::ReleaseChannel]
1369
- # Release channel configuration.
1369
+ # Release channel configuration. If left unspecified on cluster creation and
1370
+ # a version is specified, the cluster is enrolled in the most mature release
1371
+ # channel where the version is available (first checking STABLE, then
1372
+ # REGULAR, and finally RAPID). Otherwise, if no release channel
1373
+ # configuration and no version is specified, the cluster is enrolled in the
1374
+ # REGULAR channel with its default version.
1370
1375
  # @!attribute [rw] workload_identity_config
1371
1376
  # @return [::Google::Cloud::Container::V1::WorkloadIdentityConfig]
1372
1377
  # Configuration for the use of Kubernetes Service Accounts in GCP IAM
@@ -1766,6 +1771,9 @@ module Google
1766
1771
  # @!attribute [rw] desired_node_pool_logging_config
1767
1772
  # @return [::Google::Cloud::Container::V1::NodePoolLoggingConfig]
1768
1773
  # The desired node pool logging configuration defaults for the cluster.
1774
+ # @!attribute [rw] desired_fleet
1775
+ # @return [::Google::Cloud::Container::V1::Fleet]
1776
+ # The desired fleet configuration for the cluster.
1769
1777
  # @!attribute [rw] desired_stack_type
1770
1778
  # @return [::Google::Cloud::Container::V1::StackType]
1771
1779
  # The desired stack type of the cluster.
@@ -1832,10 +1840,12 @@ module Google
1832
1840
  # Examples:
1833
1841
  #
1834
1842
  # -
1843
+ # ##
1835
1844
  # `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster`
1836
- # -
1845
+ #
1846
+ # ##
1837
1847
  # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np`
1838
- # -
1848
+ #
1839
1849
  # `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
1840
1850
  # @!attribute [rw] location
1841
1851
  # @return [::String]
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.20.0
4
+ version: 0.21.1
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-24 00:00:00.000000000 Z
11
+ date: 2023-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common