google-apis-gkehub_v1alpha2 0.34.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: 7794f39cfbb40a8c615648bc9520e72362213b5fb85dc19bf23e2dddf5167a08
4
- data.tar.gz: 5bbfaf74de987c77752a6c24830341e051eaa53184290f9d5b81c1b7ae81ee00
3
+ metadata.gz: ae24f04ac8d3c661f9c3be50535cc9268f7b4db81a956a74844bcfca44aef6a9
4
+ data.tar.gz: 81a33e525607b66581f4c82dc6b1b775f0685c52cb7c10a8691d6e4427e3627e
5
5
  SHA512:
6
- metadata.gz: fd45f359cbea235345c22d7c966ae171f77ad0e7b17a3a0330a7799a09768c3edf48621381da0c62b7d3a30138b49346bbe30b02107d1c95251720b1662770e9
7
- data.tar.gz: a8a88ad8772f520192c0f390125d62dc9ee516bccf9c97ac914f0162d11a8c6f0b9f1c5e504eab1cc03903f872e7407d1ddb2c8a166117a300d89a02af572870
6
+ metadata.gz: a5f18817990eca04a0eb682e9f1771c33f6d91cea4eabc3db8496aec1cc32486aabb3d69851f5c80767ba52f82ce8fa88c24f4337602e923623d5d11f47c5695
7
+ data.tar.gz: a9016e0e8c047e64830305a08b089118ede52eb057072ac9131442d230fe4154afae2a81a641575d793def5ab5b7dd225fba2d086123bc5b336273cbb92a08b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.35.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230804
10
+
3
11
  ### v0.34.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230424
@@ -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
@@ -1107,13 +1109,13 @@ module Google
1107
1109
  # @return [String]
1108
1110
  attr_accessor :name
1109
1111
 
1110
- # The normal response of the operation in case of success. If the original
1111
- # method returns no data on success, such as `Delete`, the response is `google.
1112
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1113
- # the response should be the resource. For other methods, the response should
1114
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1115
- # example, if the original method name is `TakeSnapshot()`, the inferred
1116
- # response type is `TakeSnapshotResponse`.
1112
+ # The normal, successful response of the operation. If the original method
1113
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1114
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1115
+ # response should be the resource. For other methods, the response should have
1116
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1117
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1118
+ # `TakeSnapshotResponse`.
1117
1119
  # Corresponds to the JSON property `response`
1118
1120
  # @return [Hash<String,Object>]
1119
1121
  attr_accessor :response
@@ -1202,22 +1204,22 @@ module Google
1202
1204
  # evaluates to `true`. A condition can add constraints based on attributes of
1203
1205
  # the request, the resource, or both. To learn which resources support
1204
1206
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1205
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1207
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1206
1208
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1207
1209
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1208
1210
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1209
1211
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1210
1212
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1211
1213
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1212
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1213
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1214
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1215
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1216
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1217
- # access description: Does not grant access after Sep 2020 expression: request.
1218
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1219
- # a description of IAM and its features, see the [IAM documentation](https://
1220
- # cloud.google.com/iam/docs/).
1214
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1215
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1216
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1217
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1218
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1219
+ # title: expirable access description: Does not grant access after Sep 2020
1220
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1221
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1222
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1221
1223
  class Policy
1222
1224
  include Google::Apis::Core::Hashable
1223
1225
 
@@ -1368,22 +1370,22 @@ module Google
1368
1370
  # evaluates to `true`. A condition can add constraints based on attributes of
1369
1371
  # the request, the resource, or both. To learn which resources support
1370
1372
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1371
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1373
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1372
1374
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1373
1375
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1374
1376
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1375
1377
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1376
1378
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1377
1379
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1378
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1379
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1380
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1381
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1382
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1383
- # access description: Does not grant access after Sep 2020 expression: request.
1384
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1385
- # a description of IAM and its features, see the [IAM documentation](https://
1386
- # cloud.google.com/iam/docs/).
1380
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1381
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1382
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1383
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1384
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1385
+ # title: expirable access description: Does not grant access after Sep 2020
1386
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1387
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1388
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1387
1389
  # Corresponds to the JSON property `policy`
1388
1390
  # @return [Google::Apis::GkehubV1alpha2::Policy]
1389
1391
  attr_accessor :policy
@@ -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.34.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 = "20230424"
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.34.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-04-30 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.34.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