google-cloud-gke_hub-v1beta1 0.3.0 → 0.4.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: 752c66e3e1fc852f4d70218a4aaeed44e914c9deb55501080e740804c62f25e2
4
- data.tar.gz: 3b070898124917d03bdacc1da951830be1b095c9cec0426cb78e3f465ac87ac4
3
+ metadata.gz: 5719911f694aee3b33fa77d735704aff86f303cbf707adc152e5409eabcdf507
4
+ data.tar.gz: ac519d5d01a5b49a6d720458497d32acb0a856149b17dc6e39d0e714f898e0ed
5
5
  SHA512:
6
- metadata.gz: 1c0949d61088705f1d75e7758f7bc517ad8f17a22b1ec05adfa5a66743ee0324ffe4b76967e449ae31f89213a40ffc03985b7d78de69a6d3f65ab638f7a418be
7
- data.tar.gz: 1c14f28949897df3ed01c9f2ff0ecb9dc468ecf8b3b7acedd1444b3bef3c9c40787f418467e05cc86bde12ec873173d46e9f96efc81c97cd81fd0c8f6d43d780
6
+ metadata.gz: 1c00949f0abecfa12e926c707cbee15e25fcbe2f5516c928a099a266f6199dcca429428a00246b8f6967b585f7d5bb57dd07e552740a556eff3f47f0a5efe146
7
+ data.tar.gz: 32654eb627900ac47573f22a3c3e844876c04be8ac80c4d56e25f3e58584169638c28dc990fa5dc9967593eba62363d844522114cf56357090acd55750ae58d7
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module GkeHub
23
23
  module V1beta1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
27
27
  end
@@ -70,6 +70,14 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
70
70
  optional :resource_link, :string, 1
71
71
  optional :cluster_missing, :bool, 2
72
72
  optional :admin_cluster, :bool, 3
73
+ optional :cluster_type, :enum, 4, "google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType"
74
+ end
75
+ add_enum "google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType" do
76
+ value :CLUSTERTYPE_UNSPECIFIED, 0
77
+ value :BOOTSTRAP, 1
78
+ value :HYBRID, 2
79
+ value :STANDALONE, 3
80
+ value :USER, 4
73
81
  end
74
82
  add_message "google.cloud.gkehub.v1beta1.MultiCloudCluster" do
75
83
  optional :resource_link, :string, 1
@@ -204,6 +212,7 @@ module Google
204
212
  ResourceManifest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkehub.v1beta1.ResourceManifest").msgclass
205
213
  GkeCluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkehub.v1beta1.GkeCluster").msgclass
206
214
  OnPremCluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkehub.v1beta1.OnPremCluster").msgclass
215
+ OnPremCluster::ClusterType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkehub.v1beta1.OnPremCluster.ClusterType").enummodule
207
216
  MultiCloudCluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkehub.v1beta1.MultiCloudCluster").msgclass
208
217
  EdgeCluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkehub.v1beta1.EdgeCluster").msgclass
209
218
  ApplianceCluster = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkehub.v1beta1.ApplianceCluster").msgclass
@@ -266,9 +266,30 @@ module Google
266
266
  # @!attribute [rw] admin_cluster
267
267
  # @return [::Boolean]
268
268
  # Immutable. Whether the cluster is an admin cluster.
269
+ # @!attribute [rw] cluster_type
270
+ # @return [::Google::Cloud::GkeHub::V1beta1::OnPremCluster::ClusterType]
271
+ # Immutable. The on prem cluster's type.
269
272
  class OnPremCluster
270
273
  include ::Google::Protobuf::MessageExts
271
274
  extend ::Google::Protobuf::MessageExts::ClassMethods
275
+
276
+ # ClusterType describes on prem cluster's type.
277
+ module ClusterType
278
+ # The ClusterType is not set.
279
+ CLUSTERTYPE_UNSPECIFIED = 0
280
+
281
+ # The ClusterType is bootstrap cluster.
282
+ BOOTSTRAP = 1
283
+
284
+ # The ClusterType is baremetal hybrid cluster.
285
+ HYBRID = 2
286
+
287
+ # The ClusterType is baremetal standalone cluster.
288
+ STANDALONE = 3
289
+
290
+ # The ClusterType is user cluster.
291
+ USER = 4
292
+ end
272
293
  end
273
294
 
274
295
  # MultiCloudCluster contains information specific to GKE Multi-Cloud clusters.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gke_hub-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.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-09 00:00:00.000000000 Z
11
+ date: 2022-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common