google-apis-container_v1 0.48.0 → 0.49.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: 542799f17bbda3779996040ba6e3264d719c406335fd0dbf6e128d019645b7cf
4
- data.tar.gz: 408a6c27e30a07f76a30eccd30cdc58a3402d10c4b5ec69fa2da60455cf0695f
3
+ metadata.gz: 39c6906f9cf213cad5bf2496e4d4e3664d1df3c44dcc7c152db054181694207a
4
+ data.tar.gz: 31b30fb58cf7abf03a7811d51a130bb0e8b815a182034ca3b2d9dd60ced38be5
5
5
  SHA512:
6
- metadata.gz: d825f7994bafc0bf606acc1dc8fbd204a2637175f2f0f76d87f1fad7f48fe2c729b64e255f5fefeeb6d4d80aa6be720d39effa4c4f6fadd3d707abc6c2214c7a
7
- data.tar.gz: 8382fb497afd073de820f3082d191fc01d43b2092a048dbc05ee7c4f80f99ef568cfd07d7abc50bf827c23642172bc0f149b2bdc425bc870cf31e28d87cb4b79
6
+ metadata.gz: 72ec0e16d5d8f4f52d3e218042414a4b165edc52a4d91d358ab68611b5daf02e51c5dbb839463f7a6c6b4d6cdb6e5fcbd50b73a823db0cde604ac5138bd9bf29
7
+ data.tar.gz: b5e28431f5b10a07166b4111eff33b1556d643039f5b4d36792018f197703966f6e951393358534001e15f7f7dd138bd5cb95640152ce4d03c04f454ef8bac32
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-container_v1
2
2
 
3
+ ### v0.49.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230404
6
+
3
7
  ### v0.48.0 (2023-04-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230326
@@ -1782,7 +1782,7 @@ module Google
1782
1782
  # @return [String]
1783
1783
  attr_accessor :key_name
1784
1784
 
1785
- # Denotes the state of etcd encryption.
1785
+ # The desired state of etcd encryption.
1786
1786
  # Corresponds to the JSON property `state`
1787
1787
  # @return [String]
1788
1788
  attr_accessor :state
@@ -4233,7 +4233,8 @@ module Google
4233
4233
  # @return [Google::Apis::ContainerV1::OperationProgress]
4234
4234
  attr_accessor :progress
4235
4235
 
4236
- # Server-defined URL for the resource.
4236
+ # Server-defined URI for the operation. Example: `https://container.googleapis.
4237
+ # com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`.
4237
4238
  # Corresponds to the JSON property `selfLink`
4238
4239
  # @return [String]
4239
4240
  attr_accessor :self_link
@@ -4255,7 +4256,14 @@ module Google
4255
4256
  # @return [String]
4256
4257
  attr_accessor :status_message
4257
4258
 
4258
- # Server-defined URL for the target of the operation.
4259
+ # Server-defined URI for the target of the operation. The format of this is a
4260
+ # URI to the resource being modified (such as a cluster, node pool, or node).
4261
+ # For node pool repairs, there may be multiple nodes being repaired, but only
4262
+ # one will be the target. Examples: - `https://container.googleapis.com/v1/
4263
+ # projects/123/locations/us-central1/clusters/my-cluster` - `https://container.
4264
+ # googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/
4265
+ # nodePools/my-np` - `https://container.googleapis.com/v1/projects/123/zones/us-
4266
+ # central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`
4259
4267
  # Corresponds to the JSON property `targetLink`
4260
4268
  # @return [String]
4261
4269
  attr_accessor :target_link
@@ -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.48.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230326"
25
+ REVISION = "20230404"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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-16 00:00:00.000000000 Z
11
+ date: 2023-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
63
63
  post_install_message:
64
64
  rdoc_options: []