google-apis-gkehub_v1alpha 0.65.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: 255081cc076b36cf0164168d8ff92d3ad653ae3814099c917650b8997546adf8
4
- data.tar.gz: 0f298c4de352277205a09525fb0c1ac7564fc4ff071d8304adddbc9833393e16
3
+ metadata.gz: 0a33f9b624e8e31532a66a5ae5e3b11fe86e05953be3e6efcfb2de435ff2a775
4
+ data.tar.gz: 9685bc2ab5b8034629aeea4ef00f955f1170cfdad647a4e56be80a040627c7b9
5
5
  SHA512:
6
- metadata.gz: 570b66a444047f7a6b4c8133959642e13f7b6d9a0cf2712c279b7232cfc46401b2eeed2b702f4486f49ba62ab402d00c7bce14f5eeff846b0b32b92e6de87f5f
7
- data.tar.gz: 915595f578c6de68554da0d97f4b7e16755372b0f8b7d1db178d1a897b6f0362fb04696952c3e5ad31ffb1d73a1a51e060024e1cee490478c4dfea74acc4ff45
6
+ metadata.gz: 8f936623091ce7209466244b471598122f5d1a08b7817d906574af19f189491c4a11cc8b3969d65b6ecc13016ab915dbaaabb6897573c24150c738647953ac72
7
+ data.tar.gz: 37168f207b442237a7264ca1508af7442c5c4591e9a34a4daae2dcee9627c8cc0bef532cc1636b5545bf0cdeb82e496a6af6e006e60c3c6e90bdcdf016a96151
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.66.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231013
10
+
3
11
  ### v0.65.0 (2023-10-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20231006
@@ -950,6 +950,17 @@ 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
+
958
+ # **Policy Controller**: Configuration for a single cluster. Intended to
959
+ # parallel the PolicyController CR.
960
+ # Corresponds to the JSON property `policycontroller`
961
+ # @return [Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec]
962
+ attr_accessor :policycontroller
963
+
953
964
  def initialize(**args)
954
965
  update!(**args)
955
966
  end
@@ -958,6 +969,8 @@ module Google
958
969
  def update!(**args)
959
970
  @configmanagement = args[:configmanagement] if args.key?(:configmanagement)
960
971
  @identityservice = args[:identityservice] if args.key?(:identityservice)
972
+ @mesh = args[:mesh] if args.key?(:mesh)
973
+ @policycontroller = args[:policycontroller] if args.key?(:policycontroller)
961
974
  end
962
975
  end
963
976
 
@@ -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.65.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 = "20231006"
25
+ REVISION = "20231030"
26
26
  end
27
27
  end
28
28
  end
@@ -1266,6 +1266,10 @@ 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
+
1271
+ property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec, decorator: Google::Apis::GkehubV1alpha::PolicyControllerMembershipSpec::Representation
1272
+
1269
1273
  end
1270
1274
  end
1271
1275
 
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.65.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-15 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.65.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: []