google-apis-gkehub_v1alpha 0.64.0 → 0.66.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: aff448f8d727c6bec63c66214fcc5048fac3e04852421248fc6c1d8199766ad5
4
+ data.tar.gz: a023d464b625d514dbfab31656c87234c2279112f880b63b31f46f6230fdc29d
5
5
  SHA512:
6
- metadata.gz: a8a630263f45582c13877cc4198f28c6e2fbd58bf9f7710c4fb21e00a20bbe94246500fc222064840117b5298e74df94b4db63510dd0c4e14a58a73b918d4a43
7
- data.tar.gz: a6fde7a00533595c9f26c1d326cddcdab075806ed2ec9e8128c9426d4ce72347875917d393d5f9e5ba8d370617dd7fe4fb412ddcef72ef75521af0c15fcd4785
6
+ metadata.gz: 02f334516966a6f8865070611f1c48118c89efaf28e60b07aca974e23c0c75f7e579fc474eeed7f56545e3c40ceec7c3371fac01218309d7795f077202c78cf9
7
+ data.tar.gz: 9c56ce7b241364f24ea531f17a4c2e8e20e9bf9c5f989f6b75d294f2c0a3acf671bcc85dcdfb6114b0aca86587d4df47559278a85b1d3140ff0b06ce9a1c0147
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.66.0 (2023-10-22)
4
+
5
+ * Regenerated from discovery document revision 20231013
6
+
7
+ ### v0.65.0 (2023-10-15)
8
+
9
+ * Regenerated from discovery document revision 20231006
10
+
3
11
  ### v0.64.0 (2023-10-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20230929
@@ -950,6 +950,12 @@ module Google
950
950
  # @return [Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec]
951
951
  attr_accessor :identityservice
952
952
 
953
+ # **Policy Controller**: Configuration for a single cluster. Intended to
954
+ # parallel the PolicyController CR.
955
+ # Corresponds to the JSON property `policycontroller`
956
+ # @return [Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec]
957
+ attr_accessor :policycontroller
958
+
953
959
  def initialize(**args)
954
960
  update!(**args)
955
961
  end
@@ -958,6 +964,7 @@ module Google
958
964
  def update!(**args)
959
965
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
960
966
  @identityservice = args[:identityservice] if args.key?(:identityservice)
967
+ @policycontroller = args[:policycontroller] if args.key?(:policycontroller)
961
968
  end
962
969
  end
963
970
 
@@ -3591,8 +3598,10 @@ module Google
3591
3598
  # @return [String]
3592
3599
  attr_accessor :last_connection_time
3593
3600
 
3594
- # This field informs Fleet-based applications/services/UIs with the necessary
3595
- # information for where each underlying Cluster reports its metrics.
3601
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
3602
+ # for the underlying cluster is reported to cloud monitoring services. It can be
3603
+ # set from empty to non-empty, but can't be mutated directly to prevent
3604
+ # accidentally breaking the constinousty of metrics.
3596
3605
  # Corresponds to the JSON property `monitoringConfig`
3597
3606
  # @return [Google::Apis::GkehubV1alpha::MonitoringConfig]
3598
3607
  attr_accessor :monitoring_config
@@ -4008,40 +4017,40 @@ module Google
4008
4017
  end
4009
4018
  end
4010
4019
 
4011
- # This field informs Fleet-based applications/services/UIs with the necessary
4012
- # information for where each underlying Cluster reports its metrics.
4020
+ # MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
4021
+ # for the underlying cluster is reported to cloud monitoring services. It can be
4022
+ # set from empty to non-empty, but can't be mutated directly to prevent
4023
+ # accidentally breaking the constinousty of metrics.
4013
4024
  class MonitoringConfig
4014
4025
  include Google::Apis::Core::Hashable
4015
4026
 
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`.
4027
+ # Optional. Cluster name used to report metrics. For Anthos on VMWare/Baremetal/
4028
+ # MultiCloud clusters, it would be in format `cluster_type`/`cluster_name`, e.g.,
4029
+ # "awsClusters/cluster_1".
4019
4030
  # Corresponds to the JSON property `cluster`
4020
4031
  # @return [String]
4021
4032
  attr_accessor :cluster
4022
4033
 
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.
4034
+ # Optional. For GKE and Multicloud clusters, this is the UUID of the cluster
4035
+ # resource. For VMWare and Baremetal clusters, this is the kube-system UID.
4027
4036
  # Corresponds to the JSON property `clusterHash`
4028
4037
  # @return [String]
4029
4038
  attr_accessor :cluster_hash
4030
4039
 
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
4040
+ # Optional. Kubernetes system metrics, if available, are written to this prefix.
4041
+ # This defaults to kubernetes.io for GKE, and kubernetes.io/anthos for Anthos
4033
4042
  # eventually. Noted: Anthos MultiCloud will have kubernetes.io prefix today but
4034
- # will migration to be under kubernetes.io/anthos
4043
+ # will migration to be under kubernetes.io/anthos.
4035
4044
  # Corresponds to the JSON property `kubernetesMetricsPrefix`
4036
4045
  # @return [String]
4037
4046
  attr_accessor :kubernetes_metrics_prefix
4038
4047
 
4039
- # Immutable. Location used to report Metrics
4048
+ # Optional. Location used to report Metrics
4040
4049
  # Corresponds to the JSON property `location`
4041
4050
  # @return [String]
4042
4051
  attr_accessor :location
4043
4052
 
4044
- # Immutable. Project used to report Metrics
4053
+ # Optional. Project used to report Metrics
4045
4054
  # Corresponds to the JSON property `projectId`
4046
4055
  # @return [String]
4047
4056
  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.66.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 = "20231013"
26
26
  end
27
27
  end
28
28
  end
@@ -1266,6 +1266,8 @@ module Google
1266
1266
 
1267
1267
  property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
1268
1268
 
1269
+ property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec, decorator: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec::Representation
1270
+
1269
1271
  end
1270
1272
  end
1271
1273
 
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.66.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-29 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.66.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: []