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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dfad590a95707c679831550f7645c0c5b8339b7c52abd92090a0c40b05e3c52
4
- data.tar.gz: f8026816ac2635da8813a398f831e6868e7f724e1d2e62c9e84c6cb555e92c11
3
+ metadata.gz: ae24f04ac8d3c661f9c3be50535cc9268f7b4db81a956a74844bcfca44aef6a9
4
+ data.tar.gz: 81a33e525607b66581f4c82dc6b1b775f0685c52cb7c10a8691d6e4427e3627e
5
5
  SHA512:
6
- metadata.gz: 3a752fd4d7ef4b60f2c47062c208f3262c4b566608897755b21a48792298b5c6269375faa7e23450f5398a9ff15db2bf5fd6ba1240f2ce9b8243e5efcbc61df8
7
- data.tar.gz: 4c644474728907ed7ae2758408c3815ec51ad504b7e71cd90f687cc6fad30baf4285822df6280c3ff5e706c46c06aaee4eb0d9ba464a8bc33e0ed59f638331f5
6
+ metadata.gz: a5f18817990eca04a0eb682e9f1771c33f6d91cea4eabc3db8496aec1cc32486aabb3d69851f5c80767ba52f82ce8fa88c24f4337602e923623d5d11f47c5695
7
+ data.tar.gz: a9016e0e8c047e64830305a08b089118ede52eb057072ac9131442d230fe4154afae2a81a641575d793def5ab5b7dd225fba2d086123bc5b336273cbb92a08b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha2
2
2
 
3
+ ### v0.36.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231006
6
+
3
7
  ### v0.35.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230804
@@ -807,8 +807,10 @@ module Google
807
807
  # @return [String]
808
808
  attr_accessor :last_connection_time
809
809
 
810
- # This field informs Fleet-based applications/services/UIs with the necessary
811
- # information for where each underlying Cluster reports its metrics.
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
- # This field informs Fleet-based applications/services/UIs with the necessary
947
- # information for where each underlying Cluster reports its metrics.
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
- # Immutable. Cluster name used to report metrics. For Anthos on VMWare/Baremetal,
952
- # it would be in format `memberClusters/cluster_name`; And for Anthos on
953
- # MultiCloud, it would be in format ``azureClusters, awsClusters`/cluster_name`.
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
- # Immutable. Cluster hash, this is a unique string generated by google code,
959
- # which does not contain any PII, which we can use to reference the cluster.
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. This
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
- # Immutable. Location used to report Metrics
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
- # Immutable. Project used to report Metrics
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.35.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 = "20230804"
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.35.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-08-20 00:00:00.000000000 Z
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.35.0
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.2
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