google-apis-gkehub_v1 0.57.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: 84a570c9201b2b9be3318693745a0ce794ae1966a7e76943f8ff08bde8525dd1
4
- data.tar.gz: 5407b1cd3ca009fd97eca1edaa695b33745d680a1ff85681606a1bd96e1720b0
3
+ metadata.gz: c7e80d6c23ea2f24a31eb5e7bfb1da494108483b990e6bca27e2f2b57539aeac
4
+ data.tar.gz: 69d97280a3a09a32aa244db2e52622c8cf74f202eb5af5095581dd67fabf69c9
5
5
  SHA512:
6
- metadata.gz: 7b6e7919c442f8ff91b85ae103cd20d41093f435b8051f03e296923bcb6c1fcf66eb2db4c26e863fd2167b18065457419a50688abd5461dc86bd210e6cfe620f
7
- data.tar.gz: 28126121a571c8be5d1c7b5687548e1b1021269dcebd57909b8fae47a64223f0f95a5db6f1739c306a1bbd7b49987da72f71478822eca32e89c5f31565def9c4
6
+ metadata.gz: e720d1b65f5cb6e9a093fd0b6c591afbb59e22d83ef665fda2d6a518cb956c511d49726ec4ebcf4a908e1c998629f84aed60c2ea75234064d272819fe7feaad2
7
+ data.tar.gz: aa027a52493afe964a2592804d6c2196e6d86fb13bdec3164a54bd225af2b205ded494f0192c9d94c24784b0610351b705b2c8cac0bcfb1a92305327e6d30d78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.58.0 (2023-10-01)
8
+
9
+ * Regenerated from discovery document revision 20230921
10
+
3
11
  ### v0.57.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230914
@@ -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
@@ -3762,12 +3764,6 @@ module Google
3762
3764
  class Scope
3763
3765
  include Google::Apis::Core::Hashable
3764
3766
 
3765
- # If true, all Memberships in the Fleet bind to this Scope.
3766
- # Corresponds to the JSON property `allMemberships`
3767
- # @return [Boolean]
3768
- attr_accessor :all_memberships
3769
- alias_method :all_memberships?, :all_memberships
3770
-
3771
3767
  # Output only. When the scope was created.
3772
3768
  # Corresponds to the JSON property `createTime`
3773
3769
  # @return [String]
@@ -3821,7 +3817,6 @@ module Google
3821
3817
 
3822
3818
  # Update properties of this object
3823
3819
  def update!(**args)
3824
- @all_memberships = args[:all_memberships] if args.key?(:all_memberships)
3825
3820
  @create_time = args[:create_time] if args.key?(:create_time)
3826
3821
  @delete_time = args[:delete_time] if args.key?(:delete_time)
3827
3822
  @labels = args[:labels] if args.key?(:labels)
@@ -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.57.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 = "20230914"
25
+ REVISION = "20231006"
26
26
  end
27
27
  end
28
28
  end
@@ -1720,7 +1720,6 @@ module Google
1720
1720
  class Scope
1721
1721
  # @private
1722
1722
  class Representation < Google::Apis::Core::JsonRepresentation
1723
- property :all_memberships, as: 'allMemberships'
1724
1723
  property :create_time, as: 'createTime'
1725
1724
  property :delete_time, as: 'deleteTime'
1726
1725
  hash :labels, as: 'labels'
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.57.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-09-24 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.57.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: []