google-apis-gkehub_v1beta1 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: 2913300ecce9b645b878e0b03ff4409fa0adc519c6989eb142057ca19b922615
4
- data.tar.gz: 858b9fb27733df2b5d3c7d25e8915ec6f011a913ca55eede0d072274df26f8ea
3
+ metadata.gz: ad430742f5b46713c942f857c6b8e2ac9228b3f3ab41aa05d62ca473a5a8bd33
4
+ data.tar.gz: 041db28f30b342af080c2a15124c2fe2854abdd45c418f0fbb0470d201f2eb67
5
5
  SHA512:
6
- metadata.gz: '0229c75b512f6b951282c6aba9d6acf213013e4253e0e4287d4eb82825e9f192aa5a5086c36d5769c36176ed9287e1a5f84b00b73cd0c61247340496c912ce27'
7
- data.tar.gz: be4d757b7d01236a6afbbd0c8403ecdfbbae59f1740b0c31341700464abdcb8272ee4e441679e2c1cc6db59618326d9202cf8041b6be4d70271d1aea1cfc30de
6
+ metadata.gz: f062687978042b1eadc050b0deda885c14896452b22bdf29220f9802db227abe24f66bf4396996cf669d2a0b3248dd63907cf04024facc7525d5486aa56d6ca6
7
+ data.tar.gz: f0c7aac9f6b40f4438e9490fdcc55cb8900ee190a20d8c04269fba3b08888785f43756fe60efa630566b1291f6d5d82c16a875fc4d3218ba344d04e8a5791020
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1beta1
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
@@ -793,8 +793,10 @@ module Google
793
793
  # @return [String]
794
794
  attr_accessor :last_connection_time
795
795
 
796
- # This field informs Fleet-based applications/services/UIs with the necessary
797
- # information for where each underlying Cluster reports its metrics.
796
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
797
+ # for the underlying cluster is reported to cloud monitoring services. It can be
798
+ # set from empty to non-empty, but can't be mutated directly to prevent
799
+ # accidentally breaking the constinousty of metrics.
798
800
  # Corresponds to the JSON property `monitoringConfig`
799
801
  # @return [Google::Apis::GkehubV1beta1::MonitoringConfig]
800
802
  attr_accessor :monitoring_config
@@ -940,40 +942,40 @@ module Google
940
942
  end
941
943
  end
942
944
 
943
- # This field informs Fleet-based applications/services/UIs with the necessary
944
- # information for where each underlying Cluster reports its metrics.
945
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
946
+ # for the underlying cluster is reported to cloud monitoring services. It can be
947
+ # set from empty to non-empty, but can't be mutated directly to prevent
948
+ # accidentally breaking the constinousty of metrics.
945
949
  class MonitoringConfig
946
950
  include Google::Apis::Core::Hashable
947
951
 
948
- # Immutable. Cluster name used to report metrics. For Anthos on VMWare/Baremetal,
949
- # it would be in format `memberClusters/cluster_name`; And for Anthos on
950
- # MultiCloud, it would be in format ``azureClusters, awsClusters`/cluster_name`.
952
+ # Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/
953
+ # MultiCloud clusters, it would be in format `cluster_type`/`cluster_name`, e.g.,
954
+ # "awsClusters/cluster_1".
951
955
  # Corresponds to the JSON property `cluster`
952
956
  # @return [String]
953
957
  attr_accessor :cluster
954
958
 
955
- # Immutable. Cluster hash, this is a unique string generated by google code,
956
- # which does not contain any PII, which we can use to reference the cluster.
957
- # This is expected to be created by the monitoring stack and persisted into the
958
- # Cluster object as well as to GKE-Hub.
959
+ # Optional. For GKE and Multicloud clusters, this is the UUID of the cluster
960
+ # resource. For VMWare and Baremetal clusters, this is the kube-system UID.
959
961
  # Corresponds to the JSON property `clusterHash`
960
962
  # @return [String]
961
963
  attr_accessor :cluster_hash
962
964
 
963
- # Kubernetes system metrics, if available, are written to this prefix. This
964
- # defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
965
+ # Optional. Kubernetes system metrics, if available, are written to this prefix.
966
+ # This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
965
967
  # eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but
966
- # will migration to be under kubernetes.io/anthos
968
+ # will migration to be under kubernetes.io/anthos.
967
969
  # Corresponds to the JSON property `kubernetesMetricsPrefix`
968
970
  # @return [String]
969
971
  attr_accessor :kubernetes_metrics_prefix
970
972
 
971
- # Immutable. Location used to report Metrics
973
+ # Optional. Location used to report Metrics
972
974
  # Corresponds to the JSON property `location`
973
975
  # @return [String]
974
976
  attr_accessor :location
975
977
 
976
- # Immutable. Project used to report Metrics
978
+ # Optional. Project used to report Metrics
977
979
  # Corresponds to the JSON property `projectId`
978
980
  # @return [String]
979
981
  attr_accessor :project_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1beta1
18
18
  # Version of the google-apis-gkehub_v1beta1 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_v1beta1
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-13 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta1
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 V1beta1