google-apis-gkehub_v1 0.58.0 → 0.59.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: 8da5a1249c759908519b7504f02c043024066e2a96a964146ebfbd05c24857c1
4
- data.tar.gz: 21271335c6362a1118204115ff7605aa65d1d4758949ada2141c0bb050adccfa
3
+ metadata.gz: c7e80d6c23ea2f24a31eb5e7bfb1da494108483b990e6bca27e2f2b57539aeac
4
+ data.tar.gz: 69d97280a3a09a32aa244db2e52622c8cf74f202eb5af5095581dd67fabf69c9
5
5
  SHA512:
6
- metadata.gz: 7debff6d10dea9a57f91b9cd98b2155acd5c8690269ad5fdec0500f1cc0b790858cf472dc47d35d11a7baf83849179b14d2f0eca322fbda4f9f43a9e06827494
7
- data.tar.gz: 49529052efba0507a5fa49595ada6973771254a3294436f6fc0b0220a210fb8c266dd0709334fcb790bc328ff6e71814f328bb1c5b0fed53314273861e66cef6
6
+ metadata.gz: e720d1b65f5cb6e9a093fd0b6c591afbb59e22d83ef665fda2d6a518cb956c511d49726ec4ebcf4a908e1c998629f84aed60c2ea75234064d272819fe7feaad2
7
+ data.tar.gz: aa027a52493afe964a2592804d6c2196e6d86fb13bdec3164a54bd225af2b205ded494f0192c9d94c24784b0610351b705b2c8cac0bcfb1a92305327e6d30d78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.59.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231006
6
+
3
7
  ### v0.58.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230921
@@ -2770,8 +2770,10 @@ module Google
2770
2770
  # @return [String]
2771
2771
  attr_accessor :last_connection_time
2772
2772
 
2773
- # This field informs Fleet-based applications/services/UIs with the necessary
2774
- # information for where each underlying Cluster reports its metrics.
2773
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
2774
+ # for the underlying cluster is reported to cloud monitoring services. It can be
2775
+ # set from empty to non-empty, but can't be mutated directly to prevent
2776
+ # accidentally breaking the constinousty of metrics.
2775
2777
  # Corresponds to the JSON property `monitoringConfig`
2776
2778
  # @return [Google::Apis::GkehubV1::MonitoringConfig]
2777
2779
  attr_accessor :monitoring_config
@@ -3096,40 +3098,40 @@ module Google
3096
3098
  end
3097
3099
  end
3098
3100
 
3099
- # This field informs Fleet-based applications/services/UIs with the necessary
3100
- # information for where each underlying Cluster reports its metrics.
3101
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
3102
+ # for the underlying cluster is reported to cloud monitoring services. It can be
3103
+ # set from empty to non-empty, but can't be mutated directly to prevent
3104
+ # accidentally breaking the constinousty of metrics.
3101
3105
  class MonitoringConfig
3102
3106
  include Google::Apis::Core::Hashable
3103
3107
 
3104
- # Immutable. Cluster name used to report metrics. For Anthos on VMWare/Baremetal,
3105
- # it would be in format `memberClusters/cluster_name`; And for Anthos on
3106
- # MultiCloud, it would be in format ``azureClusters, awsClusters`/cluster_name`.
3108
+ # Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/
3109
+ # MultiCloud clusters, it would be in format `cluster_type`/`cluster_name`, e.g.,
3110
+ # "awsClusters/cluster_1".
3107
3111
  # Corresponds to the JSON property `cluster`
3108
3112
  # @return [String]
3109
3113
  attr_accessor :cluster
3110
3114
 
3111
- # Immutable. Cluster hash, this is a unique string generated by google code,
3112
- # which does not contain any PII, which we can use to reference the cluster.
3113
- # This is expected to be created by the monitoring stack and persisted into the
3114
- # Cluster object as well as to GKE-Hub.
3115
+ # Optional. For GKE and Multicloud clusters, this is the UUID of the cluster
3116
+ # resource. For VMWare and Baremetal clusters, this is the kube-system UID.
3115
3117
  # Corresponds to the JSON property `clusterHash`
3116
3118
  # @return [String]
3117
3119
  attr_accessor :cluster_hash
3118
3120
 
3119
- # Kubernetes system metrics, if available, are written to this prefix. This
3120
- # defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
3121
+ # Optional. Kubernetes system metrics, if available, are written to this prefix.
3122
+ # This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
3121
3123
  # eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but
3122
- # will migration to be under kubernetes.io/anthos
3124
+ # will migration to be under kubernetes.io/anthos.
3123
3125
  # Corresponds to the JSON property `kubernetesMetricsPrefix`
3124
3126
  # @return [String]
3125
3127
  attr_accessor :kubernetes_metrics_prefix
3126
3128
 
3127
- # Immutable. Location used to report Metrics
3129
+ # Optional. Location used to report Metrics
3128
3130
  # Corresponds to the JSON property `location`
3129
3131
  # @return [String]
3130
3132
  attr_accessor :location
3131
3133
 
3132
- # Immutable. Project used to report Metrics
3134
+ # Optional. Project used to report Metrics
3133
3135
  # Corresponds to the JSON property `projectId`
3134
3136
  # @return [String]
3135
3137
  attr_accessor :project_id
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.58.0"
19
+ GEM_VERSION = "0.59.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 = "20230921"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.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-01 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
63
63
  post_install_message:
64
64
  rdoc_options: []