google-apis-gkehub_v1 0.101.0 → 0.102.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e5c133560dbcc4769067558582b68bfd9ca39869cc9f16e1d29db951ff7154f
4
- data.tar.gz: 3d9c92016e2409103057a4abf6ab31121137c2184b8cb2e503b42a76ebfec5f3
3
+ metadata.gz: 1e32024c5b2bc4a1f4f8520966822df0ead8c1095443bb9d26078d7477fb35af
4
+ data.tar.gz: 4bd1328935ba19ca601ccdcd483502f4f5c129c8e60d083a1a30f51d89e6af2f
5
5
  SHA512:
6
- metadata.gz: e675afee841ecdf18cf835fb7dc42ff3581a285e04983ac97f395627761d311710aaaae186432311f0f98ecfd1353c18ca0bc21e5297da44866b2267a0322428
7
- data.tar.gz: fee281043fc448c2270517e57eedc4f6fc976cb5e808e122a9f929ffaae89137f532d118184b9987c8808ce6d74b1064f3afdafc7702f0d63c114ae8d8696aec
6
+ metadata.gz: 8fff7dd39f51b667063a78e2edb2d47efb857a1953ca63598b10275b02ff59aa60fb389afce896b1380e843fd3c9435c3d1077274e91934b108e53186535c4b1
7
+ data.tar.gz: 5c1b938b3c6e04be554d2b14e9bec02ca5da0cdaf4ba4b622c1174dc8c179bbdccc1da8c86328d2060801df7e67183c33f467851450baf4d169c5d82c4d74cc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.102.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260623
6
+
3
7
  ### v0.101.0 (2026-06-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20260616
@@ -789,6 +789,11 @@ module Google
789
789
  # @return [Google::Apis::GkehubV1::FleetObservabilityFeatureSpec]
790
790
  attr_accessor :fleetobservability
791
791
 
792
+ # **Service Mesh**: Spec for the fleet for the servicemesh feature
793
+ # Corresponds to the JSON property `mesh`
794
+ # @return [Google::Apis::GkehubV1::ServiceMeshFeatureSpec]
795
+ attr_accessor :mesh
796
+
792
797
  # **Multi-cluster Ingress**: The configuration for the MultiClusterIngress
793
798
  # feature.
794
799
  # Corresponds to the JSON property `multiclusteringress`
@@ -816,6 +821,7 @@ module Google
816
821
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
817
822
  @dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
818
823
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
824
+ @mesh = args[:mesh] if args.key?(:mesh)
819
825
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
820
826
  @rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
821
827
  @workloadidentity = args[:workloadidentity] if args.key?(:workloadidentity)
@@ -6402,6 +6408,25 @@ module Google
6402
6408
  end
6403
6409
  end
6404
6410
 
6411
+ # **Service Mesh**: Spec for the fleet for the servicemesh feature
6412
+ class ServiceMeshFeatureSpec
6413
+ include Google::Apis::Core::Hashable
6414
+
6415
+ # Optional. Specifies modernization compatibility for the fleet.
6416
+ # Corresponds to the JSON property `modernizationCompatibility`
6417
+ # @return [String]
6418
+ attr_accessor :modernization_compatibility
6419
+
6420
+ def initialize(**args)
6421
+ update!(**args)
6422
+ end
6423
+
6424
+ # Update properties of this object
6425
+ def update!(**args)
6426
+ @modernization_compatibility = args[:modernization_compatibility] if args.key?(:modernization_compatibility)
6427
+ end
6428
+ end
6429
+
6405
6430
  # **Service Mesh**: Spec for a single Membership for the servicemesh feature
6406
6431
  class ServiceMeshMembershipSpec
6407
6432
  include Google::Apis::Core::Hashable
@@ -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.101.0"
19
+ GEM_VERSION = "0.102.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260616"
25
+ REVISION = "20260623"
26
26
  end
27
27
  end
28
28
  end
@@ -1036,6 +1036,12 @@ module Google
1036
1036
  include Google::Apis::Core::JsonObjectSupport
1037
1037
  end
1038
1038
 
1039
+ class ServiceMeshFeatureSpec
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1039
1045
  class ServiceMeshMembershipSpec
1040
1046
  class Representation < Google::Apis::Core::JsonRepresentation; end
1041
1047
 
@@ -1361,6 +1367,8 @@ module Google
1361
1367
 
1362
1368
  property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1::FleetObservabilityFeatureSpec::Representation
1363
1369
 
1370
+ property :mesh, as: 'mesh', class: Google::Apis::GkehubV1::ServiceMeshFeatureSpec, decorator: Google::Apis::GkehubV1::ServiceMeshFeatureSpec::Representation
1371
+
1364
1372
  property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec::Representation
1365
1373
 
1366
1374
  property :rbacrolebindingactuation, as: 'rbacrolebindingactuation', class: Google::Apis::GkehubV1::RbacRoleBindingActuationFeatureSpec, decorator: Google::Apis::GkehubV1::RbacRoleBindingActuationFeatureSpec::Representation
@@ -2917,6 +2925,13 @@ module Google
2917
2925
  end
2918
2926
  end
2919
2927
 
2928
+ class ServiceMeshFeatureSpec
2929
+ # @private
2930
+ class Representation < Google::Apis::Core::JsonRepresentation
2931
+ property :modernization_compatibility, as: 'modernizationCompatibility'
2932
+ end
2933
+ end
2934
+
2920
2935
  class ServiceMeshMembershipSpec
2921
2936
  # @private
2922
2937
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.101.0
4
+ version: 0.102.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.101.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.102.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
62
62
  rdoc_options: []
63
63
  require_paths: