google-apis-gkehub_v1alpha2 0.35.0 → 0.36.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/gkehub_v1alpha2/classes.rb +18 -16
- data/lib/google/apis/gkehub_v1alpha2/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae24f04ac8d3c661f9c3be50535cc9268f7b4db81a956a74844bcfca44aef6a9
|
4
|
+
data.tar.gz: 81a33e525607b66581f4c82dc6b1b775f0685c52cb7c10a8691d6e4427e3627e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5f18817990eca04a0eb682e9f1771c33f6d91cea4eabc3db8496aec1cc32486aabb3d69851f5c80767ba52f82ce8fa88c24f4337602e923623d5d11f47c5695
|
7
|
+
data.tar.gz: a9016e0e8c047e64830305a08b089118ede52eb057072ac9131442d230fe4154afae2a81a641575d793def5ab5b7dd225fba2d086123bc5b336273cbb92a08b4
|
data/CHANGELOG.md
CHANGED
@@ -807,8 +807,10 @@ module Google
|
|
807
807
|
# @return [String]
|
808
808
|
attr_accessor :last_connection_time
|
809
809
|
|
810
|
-
#
|
811
|
-
#
|
810
|
+
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
811
|
+
# for the underlying cluster is reported to cloud monitoring services. It can be
|
812
|
+
# set from empty to non-empty, but can't be mutated directly to prevent
|
813
|
+
# accidentally breaking the constinousty of metrics.
|
812
814
|
# Corresponds to the JSON property `monitoringConfig`
|
813
815
|
# @return [Google::Apis::GkehubV1alpha2::MonitoringConfig]
|
814
816
|
attr_accessor :monitoring_config
|
@@ -943,40 +945,40 @@ module Google
|
|
943
945
|
end
|
944
946
|
end
|
945
947
|
|
946
|
-
#
|
947
|
-
#
|
948
|
+
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
949
|
+
# for the underlying cluster is reported to cloud monitoring services. It can be
|
950
|
+
# set from empty to non-empty, but can't be mutated directly to prevent
|
951
|
+
# accidentally breaking the constinousty of metrics.
|
948
952
|
class MonitoringConfig
|
949
953
|
include Google::Apis::Core::Hashable
|
950
954
|
|
951
|
-
#
|
952
|
-
# it would be in format `
|
953
|
-
#
|
955
|
+
# Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/
|
956
|
+
# MultiCloud clusters, it would be in format `cluster_type`/`cluster_name`, e.g.,
|
957
|
+
# "awsClusters/cluster_1".
|
954
958
|
# Corresponds to the JSON property `cluster`
|
955
959
|
# @return [String]
|
956
960
|
attr_accessor :cluster
|
957
961
|
|
958
|
-
#
|
959
|
-
#
|
960
|
-
# This is expected to be created by the monitoring stack and persisted into the
|
961
|
-
# Cluster object as well as to GKE-Hub.
|
962
|
+
# Optional. For GKE and Multicloud clusters, this is the UUID of the cluster
|
963
|
+
# resource. For VMWare and Baremetal clusters, this is the kube-system UID.
|
962
964
|
# Corresponds to the JSON property `clusterHash`
|
963
965
|
# @return [String]
|
964
966
|
attr_accessor :cluster_hash
|
965
967
|
|
966
|
-
# Kubernetes system metrics, if available, are written to this prefix.
|
967
|
-
# defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
|
968
|
+
# Optional. Kubernetes system metrics, if available, are written to this prefix.
|
969
|
+
# This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
|
968
970
|
# eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but
|
969
|
-
# will migration to be under kubernetes.io/anthos
|
971
|
+
# will migration to be under kubernetes.io/anthos.
|
970
972
|
# Corresponds to the JSON property `kubernetesMetricsPrefix`
|
971
973
|
# @return [String]
|
972
974
|
attr_accessor :kubernetes_metrics_prefix
|
973
975
|
|
974
|
-
#
|
976
|
+
# Optional. Location used to report Metrics
|
975
977
|
# Corresponds to the JSON property `location`
|
976
978
|
# @return [String]
|
977
979
|
attr_accessor :location
|
978
980
|
|
979
|
-
#
|
981
|
+
# Optional. Project used to report Metrics
|
980
982
|
# Corresponds to the JSON property `projectId`
|
981
983
|
# @return [String]
|
982
984
|
attr_accessor :project_id
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha2
|
18
18
|
# Version of the google-apis-gkehub_v1alpha2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.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
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1alpha2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.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_v1alpha2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha2/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for GKE Hub API V1alpha2
|