google-apis-gkehub_v1alpha 0.66.0 → 0.67.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: aff448f8d727c6bec63c66214fcc5048fac3e04852421248fc6c1d8199766ad5
4
- data.tar.gz: a023d464b625d514dbfab31656c87234c2279112f880b63b31f46f6230fdc29d
3
+ metadata.gz: 0a33f9b624e8e31532a66a5ae5e3b11fe86e05953be3e6efcfb2de435ff2a775
4
+ data.tar.gz: 9685bc2ab5b8034629aeea4ef00f955f1170cfdad647a4e56be80a040627c7b9
5
5
  SHA512:
6
- metadata.gz: 02f334516966a6f8865070611f1c48118c89efaf28e60b07aca974e23c0c75f7e579fc474eeed7f56545e3c40ceec7c3371fac01218309d7795f077202c78cf9
7
- data.tar.gz: 9c56ce7b241364f24ea531f17a4c2e8e20e9bf9c5f989f6b75d294f2c0a3acf671bcc85dcdfb6114b0aca86587d4df47559278a85b1d3140ff0b06ce9a1c0147
6
+ metadata.gz: 8f936623091ce7209466244b471598122f5d1a08b7817d906574af19f189491c4a11cc8b3969d65b6ecc13016ab915dbaaabb6897573c24150c738647953ac72
7
+ data.tar.gz: 37168f207b442237a7264ca1508af7442c5c4591e9a34a4daae2dcee9627c8cc0bef532cc1636b5545bf0cdeb82e496a6af6e006e60c3c6e90bdcdf016a96151
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.67.0 (2023-11-05)
4
+
5
+ * Regenerated from discovery document revision 20231030
6
+
3
7
  ### v0.66.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231013
@@ -950,6 +950,11 @@ module Google
950
950
  # @return [Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec]
951
951
  attr_accessor :identityservice
952
952
 
953
+ # **Service Mesh**: Spec for a single Membership for the servicemesh feature
954
+ # Corresponds to the JSON property `mesh`
955
+ # @return [Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec]
956
+ attr_accessor :mesh
957
+
953
958
  # **Policy Controller**: Configuration for a single cluster. Intended to
954
959
  # parallel the PolicyController CR.
955
960
  # Corresponds to the JSON property `policycontroller`
@@ -964,6 +969,7 @@ module Google
964
969
  def update!(**args)
965
970
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
966
971
  @identityservice = args[:identityservice] if args.key?(:identityservice)
972
+ @mesh = args[:mesh] if args.key?(:mesh)
967
973
  @policycontroller = args[:policycontroller] if args.key?(:policycontroller)
968
974
  end
969
975
  end
@@ -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.66.0"
19
+ GEM_VERSION = "0.67.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 = "20231013"
25
+ REVISION = "20231030"
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 :mesh, as: 'mesh', class: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec::Representation
1270
+
1269
1271
  property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec, decorator: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec::Representation
1270
1272
 
1271
1273
  end
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.66.0
4
+ version: 0.67.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-29 00:00:00.000000000 Z
11
+ date: 2023-11-05 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.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.67.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: []