google-apis-gkehub_v1alpha 0.63.0 → 0.65.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: 255081cc076b36cf0164168d8ff92d3ad653ae3814099c917650b8997546adf8
|
4
|
+
data.tar.gz: 0f298c4de352277205a09525fb0c1ac7564fc4ff071d8304adddbc9833393e16
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 570b66a444047f7a6b4c8133959642e13f7b6d9a0cf2712c279b7232cfc46401b2eeed2b702f4486f49ba62ab402d00c7bce14f5eeff846b0b32b92e6de87f5f
|
7
|
+
data.tar.gz: 915595f578c6de68554da0d97f4b7e16755372b0f8b7d1db178d1a897b6f0362fb04696952c3e5ad31ffb1d73a1a51e060024e1cee490478c4dfea74acc4ff45
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1alpha
|
2
2
|
|
3
|
+
### v0.65.0 (2023-10-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20231006
|
6
|
+
|
7
|
+
### v0.64.0 (2023-10-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230929
|
10
|
+
|
3
11
|
### v0.63.0 (2023-09-24)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230914
|
@@ -3591,8 +3591,10 @@ module Google
|
|
3591
3591
|
# @return [String]
|
3592
3592
|
attr_accessor :last_connection_time
|
3593
3593
|
|
3594
|
-
#
|
3595
|
-
#
|
3594
|
+
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
3595
|
+
# for the underlying cluster is reported to cloud monitoring services. It can be
|
3596
|
+
# set from empty to non-empty, but can't be mutated directly to prevent
|
3597
|
+
# accidentally breaking the constinousty of metrics.
|
3596
3598
|
# Corresponds to the JSON property `monitoringConfig`
|
3597
3599
|
# @return [Google::Apis::GkehubV1alpha::MonitoringConfig]
|
3598
3600
|
attr_accessor :monitoring_config
|
@@ -4008,40 +4010,40 @@ module Google
|
|
4008
4010
|
end
|
4009
4011
|
end
|
4010
4012
|
|
4011
|
-
#
|
4012
|
-
#
|
4013
|
+
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
4014
|
+
# for the underlying cluster is reported to cloud monitoring services. It can be
|
4015
|
+
# set from empty to non-empty, but can't be mutated directly to prevent
|
4016
|
+
# accidentally breaking the constinousty of metrics.
|
4013
4017
|
class MonitoringConfig
|
4014
4018
|
include Google::Apis::Core::Hashable
|
4015
4019
|
|
4016
|
-
#
|
4017
|
-
# it would be in format `
|
4018
|
-
#
|
4020
|
+
# Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/
|
4021
|
+
# MultiCloud clusters, it would be in format `cluster_type`/`cluster_name`, e.g.,
|
4022
|
+
# "awsClusters/cluster_1".
|
4019
4023
|
# Corresponds to the JSON property `cluster`
|
4020
4024
|
# @return [String]
|
4021
4025
|
attr_accessor :cluster
|
4022
4026
|
|
4023
|
-
#
|
4024
|
-
#
|
4025
|
-
# This is expected to be created by the monitoring stack and persisted into the
|
4026
|
-
# Cluster object as well as to GKE-Hub.
|
4027
|
+
# Optional. For GKE and Multicloud clusters, this is the UUID of the cluster
|
4028
|
+
# resource. For VMWare and Baremetal clusters, this is the kube-system UID.
|
4027
4029
|
# Corresponds to the JSON property `clusterHash`
|
4028
4030
|
# @return [String]
|
4029
4031
|
attr_accessor :cluster_hash
|
4030
4032
|
|
4031
|
-
# Kubernetes system metrics, if available, are written to this prefix.
|
4032
|
-
# defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
|
4033
|
+
# Optional. Kubernetes system metrics, if available, are written to this prefix.
|
4034
|
+
# This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
|
4033
4035
|
# eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but
|
4034
|
-
# will migration to be under kubernetes.io/anthos
|
4036
|
+
# will migration to be under kubernetes.io/anthos.
|
4035
4037
|
# Corresponds to the JSON property `kubernetesMetricsPrefix`
|
4036
4038
|
# @return [String]
|
4037
4039
|
attr_accessor :kubernetes_metrics_prefix
|
4038
4040
|
|
4039
|
-
#
|
4041
|
+
# Optional. Location used to report Metrics
|
4040
4042
|
# Corresponds to the JSON property `location`
|
4041
4043
|
# @return [String]
|
4042
4044
|
attr_accessor :location
|
4043
4045
|
|
4044
|
-
#
|
4046
|
+
# Optional. Project used to report Metrics
|
4045
4047
|
# Corresponds to the JSON property `projectId`
|
4046
4048
|
# @return [String]
|
4047
4049
|
attr_accessor :project_id
|
@@ -5103,12 +5105,6 @@ module Google
|
|
5103
5105
|
class Scope
|
5104
5106
|
include Google::Apis::Core::Hashable
|
5105
5107
|
|
5106
|
-
# If true, all Memberships in the Fleet bind to this Scope.
|
5107
|
-
# Corresponds to the JSON property `allMemberships`
|
5108
|
-
# @return [Boolean]
|
5109
|
-
attr_accessor :all_memberships
|
5110
|
-
alias_method :all_memberships?, :all_memberships
|
5111
|
-
|
5112
5108
|
# Output only. When the scope was created.
|
5113
5109
|
# Corresponds to the JSON property `createTime`
|
5114
5110
|
# @return [String]
|
@@ -5162,7 +5158,6 @@ module Google
|
|
5162
5158
|
|
5163
5159
|
# Update properties of this object
|
5164
5160
|
def update!(**args)
|
5165
|
-
@all_memberships = args[:all_memberships] if args.key?(:all_memberships)
|
5166
5161
|
@create_time = args[:create_time] if args.key?(:create_time)
|
5167
5162
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
5168
5163
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha
|
18
18
|
# Version of the google-apis-gkehub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.65.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 = "20231006"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2440,7 +2440,6 @@ module Google
|
|
2440
2440
|
class Scope
|
2441
2441
|
# @private
|
2442
2442
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2443
|
-
property :all_memberships, as: 'allMemberships'
|
2444
2443
|
property :create_time, as: 'createTime'
|
2445
2444
|
property :delete_time, as: 'deleteTime'
|
2446
2445
|
hash :labels, as: 'labels'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.65.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-
|
11
|
+
date: 2023-10-15 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-gkehub_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.65.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|