google-apis-gkehub_v1alpha 0.64.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: '0943ef4c495127a3337926ac6c4a2cc69bc7f55c5b2db4e14524f052d26bb385'
4
- data.tar.gz: 3996f22d87f1dafce65478867fb8308e01a65b2ea1798eac815c576c1600881a
3
+ metadata.gz: 255081cc076b36cf0164168d8ff92d3ad653ae3814099c917650b8997546adf8
4
+ data.tar.gz: 0f298c4de352277205a09525fb0c1ac7564fc4ff071d8304adddbc9833393e16
5
5
  SHA512:
6
- metadata.gz: a8a630263f45582c13877cc4198f28c6e2fbd58bf9f7710c4fb21e00a20bbe94246500fc222064840117b5298e74df94b4db63510dd0c4e14a58a73b918d4a43
7
- data.tar.gz: a6fde7a00533595c9f26c1d326cddcdab075806ed2ec9e8128c9426d4ce72347875917d393d5f9e5ba8d370617dd7fe4fb412ddcef72ef75521af0c15fcd4785
6
+ metadata.gz: 570b66a444047f7a6b4c8133959642e13f7b6d9a0cf2712c279b7232cfc46401b2eeed2b702f4486f49ba62ab402d00c7bce14f5eeff846b0b32b92e6de87f5f
7
+ data.tar.gz: 915595f578c6de68554da0d97f4b7e16755372b0f8b7d1db178d1a897b6f0362fb04696952c3e5ad31ffb1d73a1a51e060024e1cee490478c4dfea74acc4ff45
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.64.0 (2023-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20230929
@@ -3591,8 +3591,10 @@ module Google
3591
3591
  # @return [String]
3592
3592
  attr_accessor :last_connection_time
3593
3593
 
3594
- # This field informs Fleet-based applications/services/UIs with the necessary
3595
- # information for where each underlying Cluster reports its metrics.
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
- # This field informs Fleet-based applications/services/UIs with the necessary
4012
- # information for where each underlying Cluster reports its metrics.
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
- # Immutable. Cluster name used to report metrics. For Anthos on VMWare/Baremetal,
4017
- # it would be in format `memberClusters/cluster_name`; And for Anthos on
4018
- # MultiCloud, it would be in format ``azureClusters, awsClusters`/cluster_name`.
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
- # Immutable. Cluster hash, this is a unique string generated by google code,
4024
- # which does not contain any PII, which we can use to reference the cluster.
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. This
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
- # Immutable. Location used to report Metrics
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
- # Immutable. Project used to report Metrics
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
@@ -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.64.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 = "20230929"
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_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.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-10-08 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.64.0
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: []