google-apis-gkehub_v1 0.28.0 → 0.29.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: fe63ce8712fa27cf6654ee64978faaceb8084ac19af763059dd7d36a81eaa119
|
4
|
+
data.tar.gz: 7f21d430977448327a0e74ba7de38015e65f193afdf32ee586aa44fc56e1786f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a46738d29c0b7fec8cfa8818dd7062ce1e2136a890941038cb0281bacefecf7164ea982336e3dacf40093de9b8781863c2ddf42e91265e8861835e986c9624db
|
7
|
+
data.tar.gz: 822ae3f9113cb0d9591da0a5b7888bd49d926e34a31b2085223f365c3c0f3fc19b5ac60572f5fc49b12aa613188c858e3f2969a97ec59460f0519862298925b3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1
|
2
2
|
|
3
|
+
### v0.29.0 (2022-06-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220613
|
6
|
+
* Regenerated using generator version 0.7.0
|
7
|
+
|
3
8
|
### v0.28.0 (2022-06-06)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20220530
|
@@ -2531,6 +2531,11 @@ module Google
|
|
2531
2531
|
attr_accessor :cluster_missing
|
2532
2532
|
alias_method :cluster_missing?, :cluster_missing
|
2533
2533
|
|
2534
|
+
# Immutable. The on prem cluster's type.
|
2535
|
+
# Corresponds to the JSON property `clusterType`
|
2536
|
+
# @return [String]
|
2537
|
+
attr_accessor :cluster_type
|
2538
|
+
|
2534
2539
|
# Immutable. Self-link of the GCP resource for the GKE On-Prem cluster. For
|
2535
2540
|
# example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-a/
|
2536
2541
|
# vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
|
@@ -2547,6 +2552,7 @@ module Google
|
|
2547
2552
|
def update!(**args)
|
2548
2553
|
@admin_cluster = args[:admin_cluster] if args.key?(:admin_cluster)
|
2549
2554
|
@cluster_missing = args[:cluster_missing] if args.key?(:cluster_missing)
|
2555
|
+
@cluster_type = args[:cluster_type] if args.key?(:cluster_type)
|
2550
2556
|
@resource_link = args[:resource_link] if args.key?(:resource_link)
|
2551
2557
|
end
|
2552
2558
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1
|
18
18
|
# Version of the google-apis-gkehub_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.7.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220613"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1240,6 +1240,7 @@ module Google
|
|
1240
1240
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1241
1241
|
property :admin_cluster, as: 'adminCluster'
|
1242
1242
|
property :cluster_missing, as: 'clusterMissing'
|
1243
|
+
property :cluster_type, as: 'clusterType'
|
1243
1244
|
property :resource_link, as: 'resourceLink'
|
1244
1245
|
end
|
1245
1246
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.29.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: 2022-06-
|
11
|
+
date: 2022-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.6'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.6'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-gkehub_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.29.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|