google-apis-gkehub_v1beta1 0.52.0 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v1beta1/classes.rb +22 -21
- data/lib/google/apis/gkehub_v1beta1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3e56f63da291f616fd15692e754deb42ffffc2be5bc45b59afb20c275d7a534
|
|
4
|
+
data.tar.gz: f91a496d707137cff3f459f758ae04c114d8093bf9bbce9693f96fde20bcb4f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69bf6d4f3c6fd1b95679acf46e2b62eba7f7ff908956be8ae77cd45d3b5eb6778beed1d0d9d987c31e3749630a578839de9fb5f8c53fa9bda08258b0bb7ff9a0
|
|
7
|
+
data.tar.gz: 553f3c2b3d1978967e3e9f4574bbe6dcf51dbaf04357c9b6896a6082c0f26c62d8cbc2ad41bcdb09929961b11b07acb82bc63630eecaedf9aea5cb908a8b8af3
|
data/CHANGELOG.md
CHANGED
|
@@ -26,9 +26,9 @@ module Google
|
|
|
26
26
|
class ApplianceCluster
|
|
27
27
|
include Google::Apis::Core::Hashable
|
|
28
28
|
|
|
29
|
-
# Immutable. Self-link of the
|
|
30
|
-
# example: //transferappliance.googleapis.com/projects/my-project/locations/
|
|
31
|
-
# west1-a/appliances/my-appliance
|
|
29
|
+
# Immutable. Self-link of the Google Cloud resource for the Appliance Cluster.
|
|
30
|
+
# For example: //transferappliance.googleapis.com/projects/my-project/locations/
|
|
31
|
+
# us-west1-a/appliances/my-appliance
|
|
32
32
|
# Corresponds to the JSON property `resourceLink`
|
|
33
33
|
# @return [String]
|
|
34
34
|
attr_accessor :resource_link
|
|
@@ -327,9 +327,9 @@ module Google
|
|
|
327
327
|
class EdgeCluster
|
|
328
328
|
include Google::Apis::Core::Hashable
|
|
329
329
|
|
|
330
|
-
# Immutable. Self-link of the
|
|
331
|
-
# edgecontainer.googleapis.com/projects/my-project/locations/us-west1-
|
|
332
|
-
# my-cluster
|
|
330
|
+
# Immutable. Self-link of the Google Cloud resource for the Edge Cluster. For
|
|
331
|
+
# example: //edgecontainer.googleapis.com/projects/my-project/locations/us-west1-
|
|
332
|
+
# a/clusters/my-cluster
|
|
333
333
|
# Corresponds to the JSON property `resourceLink`
|
|
334
334
|
# @return [String]
|
|
335
335
|
attr_accessor :resource_link
|
|
@@ -473,9 +473,9 @@ module Google
|
|
|
473
473
|
attr_accessor :cluster_missing
|
|
474
474
|
alias_method :cluster_missing?, :cluster_missing
|
|
475
475
|
|
|
476
|
-
# Immutable. Self-link of the
|
|
477
|
-
# container.googleapis.com/projects/my-project/locations/us-west1-a/
|
|
478
|
-
# cluster Zonal clusters are also supported.
|
|
476
|
+
# Immutable. Self-link of the Google Cloud resource for the GKE cluster. For
|
|
477
|
+
# example: //container.googleapis.com/projects/my-project/locations/us-west1-a/
|
|
478
|
+
# clusters/my-cluster Zonal clusters are also supported.
|
|
479
479
|
# Corresponds to the JSON property `resourceLink`
|
|
480
480
|
# @return [String]
|
|
481
481
|
attr_accessor :resource_link
|
|
@@ -553,7 +553,7 @@ module Google
|
|
|
553
553
|
|
|
554
554
|
# Output only. Node providerID as reported by the first node in the list of
|
|
555
555
|
# nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-
|
|
556
|
-
# node clusters (like GKE-on-
|
|
556
|
+
# node clusters (like GKE-on-Google Cloud), the node_count will be zero and the
|
|
557
557
|
# node_provider_id will be empty.
|
|
558
558
|
# Corresponds to the JSON property `nodeProviderId`
|
|
559
559
|
# @return [String]
|
|
@@ -828,9 +828,9 @@ module Google
|
|
|
828
828
|
# @return [String]
|
|
829
829
|
attr_accessor :infrastructure_type
|
|
830
830
|
|
|
831
|
-
# Optional.
|
|
832
|
-
# multi-cluster features, instead, we prefer cluster labels, which
|
|
833
|
-
# GKE cluster or other cluster types.
|
|
831
|
+
# Optional. Google Cloud labels for this membership. These labels are not
|
|
832
|
+
# leveraged by multi-cluster features, instead, we prefer cluster labels, which
|
|
833
|
+
# can be set on GKE cluster or other cluster types.
|
|
834
834
|
# Corresponds to the JSON property `labels`
|
|
835
835
|
# @return [Hash<String,String>]
|
|
836
836
|
attr_accessor :labels
|
|
@@ -1061,11 +1061,12 @@ module Google
|
|
|
1061
1061
|
attr_accessor :cluster_missing
|
|
1062
1062
|
alias_method :cluster_missing?, :cluster_missing
|
|
1063
1063
|
|
|
1064
|
-
# Immutable. Self-link of the
|
|
1065
|
-
# example: //gkemulticloud.googleapis.com/projects/my-project/
|
|
1066
|
-
# a/awsClusters/my-cluster //gkemulticloud.googleapis.com/
|
|
1067
|
-
# locations/us-west1-a/azureClusters/my-cluster //
|
|
1068
|
-
# projects/my-project/locations/us-west1-a/
|
|
1064
|
+
# Immutable. Self-link of the Google Cloud resource for the GKE Multi-Cloud
|
|
1065
|
+
# cluster. For example: //gkemulticloud.googleapis.com/projects/my-project/
|
|
1066
|
+
# locations/us-west1-a/awsClusters/my-cluster //gkemulticloud.googleapis.com/
|
|
1067
|
+
# projects/my-project/locations/us-west1-a/azureClusters/my-cluster //
|
|
1068
|
+
# gkemulticloud.googleapis.com/projects/my-project/locations/us-west1-a/
|
|
1069
|
+
# attachedClusters/my-cluster
|
|
1069
1070
|
# Corresponds to the JSON property `resourceLink`
|
|
1070
1071
|
# @return [String]
|
|
1071
1072
|
attr_accessor :resource_link
|
|
@@ -1103,9 +1104,9 @@ module Google
|
|
|
1103
1104
|
# @return [String]
|
|
1104
1105
|
attr_accessor :cluster_type
|
|
1105
1106
|
|
|
1106
|
-
# Immutable. Self-link of the
|
|
1107
|
-
# example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-
|
|
1108
|
-
# vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
|
|
1107
|
+
# Immutable. Self-link of the Google Cloud resource for the GKE On-Prem cluster.
|
|
1108
|
+
# For example: //gkeonprem.googleapis.com/projects/my-project/locations/us-west1-
|
|
1109
|
+
# a/vmwareClusters/my-cluster //gkeonprem.googleapis.com/projects/my-project/
|
|
1109
1110
|
# locations/us-west1-a/bareMetalClusters/my-cluster
|
|
1110
1111
|
# Corresponds to the JSON property `resourceLink`
|
|
1111
1112
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV1beta1
|
|
18
18
|
# Version of the google-apis-gkehub_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.53.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260226"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.53.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.53.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|