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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/container_v1/classes.rb +11 -3
- data/lib/google/apis/container_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39c6906f9cf213cad5bf2496e4d4e3664d1df3c44dcc7c152db054181694207a
|
4
|
+
data.tar.gz: 31b30fb58cf7abf03a7811d51a130bb0e8b815a182034ca3b2d9dd60ced38be5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72ec0e16d5d8f4f52d3e218042414a4b165edc52a4d91d358ab68611b5daf02e51c5dbb839463f7a6c6b4d6cdb6e5fcbd50b73a823db0cde604ac5138bd9bf29
|
7
|
+
data.tar.gz: b5e28431f5b10a07166b4111eff33b1556d643039f5b4d36792018f197703966f6e951393358534001e15f7f7dd138bd5cb95640152ce4d03c04f454ef8bac32
|
data/CHANGELOG.md
CHANGED
@@ -1782,7 +1782,7 @@ module Google
|
|
1782
1782
|
# @return [String]
|
1783
1783
|
attr_accessor :key_name
|
1784
1784
|
|
1785
|
-
#
|
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
|
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
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|