google-apis-gkehub_v1alpha 0.89.0 → 0.90.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: 86ed59dd81ff21ada1117b4fa7a146ba6712e82f2ef036208f623a2fa23ef3f1
4
- data.tar.gz: 0af4d194ed01be8d46106e6c24202e2eb1ec1a074ce33af2acdfae55eb26d6fc
3
+ metadata.gz: f4e485c313af28f735bd1358e05dd0bc97394c112d6832a5d791380219ec7fff
4
+ data.tar.gz: b3b957a92460d1c6a090fc5e6d456d2ac980e34f59437900af16e95dae116474
5
5
  SHA512:
6
- metadata.gz: 9c41089f7917a423eaa5d0c724b8b9546334acae7ffd8c1e72529b94bff7afec7211764825f2f39ad55409a7f00792da65631851c7c0865825cada18f40f77ed
7
- data.tar.gz: 3824e2dd1698d490c6c74bad3e988123bdbbc88667002b792d41f37516d79bf23fa8b729b63b63bf1496e3e4d36fdb5ebcd4bb4612d72fb774917f7956837cce
6
+ metadata.gz: ed327b1fe339381aba4d4b3417d2a021a959df497f3e9ad370b8186d5447211062ce0f395e5515730d2b7a4a001b12d9c6d8b65cf5f2051b4a0e02350da68a76
7
+ data.tar.gz: c016b1b45bd3bcf7bcd24bb0fb1baedb9a040ce36ae882879cf2ae9f2c4ac4ee5d420d15dac5dbf1822901cd1d91843be2e4ac694bc73386f8e4776b7f0aff23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.90.0 (2025-04-27)
4
+
5
+ * Regenerated from discovery document revision 20250423
6
+
3
7
  ### v0.89.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250324
@@ -876,12 +876,23 @@ module Google
876
876
  # @return [Google::Apis::GkehubV1alpha::NamespaceActuationFeatureSpec]
877
877
  attr_accessor :namespaceactuation
878
878
 
879
+ # **RBAC RoleBinding Actuation**: The Hub-wide input for the
880
+ # RBACRoleBindingActuation feature.
881
+ # Corresponds to the JSON property `rbacrolebindingactuation`
882
+ # @return [Google::Apis::GkehubV1alpha::RbacRoleBindingActuationFeatureSpec]
883
+ attr_accessor :rbacrolebindingactuation
884
+
879
885
  # **Workload Certificate**: The Hub-wide input for the WorkloadCertificate
880
886
  # feature.
881
887
  # Corresponds to the JSON property `workloadcertificate`
882
888
  # @return [Google::Apis::GkehubV1alpha::FeatureSpec]
883
889
  attr_accessor :workloadcertificate
884
890
 
891
+ # **WorkloadIdentity**: Global feature specification.
892
+ # Corresponds to the JSON property `workloadidentity`
893
+ # @return [Google::Apis::GkehubV1alpha::WorkloadIdentityFeatureSpec]
894
+ attr_accessor :workloadidentity
895
+
885
896
  def initialize(**args)
886
897
  update!(**args)
887
898
  end
@@ -895,7 +906,9 @@ module Google
895
906
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
896
907
  @multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
897
908
  @namespaceactuation = args[:namespaceactuation] if args.key?(:namespaceactuation)
909
+ @rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
898
910
  @workloadcertificate = args[:workloadcertificate] if args.key?(:workloadcertificate)
911
+ @workloadidentity = args[:workloadidentity] if args.key?(:workloadidentity)
899
912
  end
900
913
  end
901
914
 
@@ -923,6 +936,12 @@ module Google
923
936
  # @return [Google::Apis::GkehubV1alpha::NamespaceActuationFeatureState]
924
937
  attr_accessor :namespaceactuation
925
938
 
939
+ # **RBAC RoleBinding Actuation**: An empty state left as an example Hub-wide
940
+ # Feature state.
941
+ # Corresponds to the JSON property `rbacrolebindingactuation`
942
+ # @return [Google::Apis::GkehubV1alpha::RbacRoleBindingActuationFeatureState]
943
+ attr_accessor :rbacrolebindingactuation
944
+
926
945
  # **Service Mesh**: State for the whole Hub, as analyzed by the Service Mesh Hub
927
946
  # Controller.
928
947
  # Corresponds to the JSON property `servicemesh`
@@ -936,6 +955,11 @@ module Google
936
955
  # @return [Google::Apis::GkehubV1alpha::FeatureState]
937
956
  attr_accessor :state
938
957
 
958
+ # **WorkloadIdentity**: Global feature state.
959
+ # Corresponds to the JSON property `workloadidentity`
960
+ # @return [Google::Apis::GkehubV1alpha::WorkloadIdentityFeatureState]
961
+ attr_accessor :workloadidentity
962
+
939
963
  def initialize(**args)
940
964
  update!(**args)
941
965
  end
@@ -946,8 +970,10 @@ module Google
946
970
  @clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
947
971
  @fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
948
972
  @namespaceactuation = args[:namespaceactuation] if args.key?(:namespaceactuation)
973
+ @rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
949
974
  @servicemesh = args[:servicemesh] if args.key?(:servicemesh)
950
975
  @state = args[:state] if args.key?(:state)
976
+ @workloadidentity = args[:workloadidentity] if args.key?(:workloadidentity)
951
977
  end
952
978
  end
953
979
 
@@ -4278,7 +4304,9 @@ module Google
4278
4304
  # @return [String]
4279
4305
  attr_accessor :external_id
4280
4306
 
4281
- # Optional. Labels for this membership.
4307
+ # Optional. Labels for this membership. These labels are not leveraged by multi-
4308
+ # cluster features, instead, we prefer cluster labels, which can be set on GKE
4309
+ # cluster or other cluster types.
4282
4310
  # Corresponds to the JSON property `labels`
4283
4311
  # @return [Hash<String,String>]
4284
4312
  attr_accessor :labels
@@ -4634,6 +4662,12 @@ module Google
4634
4662
  # @return [Google::Apis::GkehubV1alpha::FeatureState]
4635
4663
  attr_accessor :state
4636
4664
 
4665
+ # **WorkloadIdentity**: The membership-specific state for WorkloadIdentity
4666
+ # feature.
4667
+ # Corresponds to the JSON property `workloadidentity`
4668
+ # @return [Google::Apis::GkehubV1alpha::WorkloadIdentityMembershipState]
4669
+ attr_accessor :workloadidentity
4670
+
4637
4671
  def initialize(**args)
4638
4672
  update!(**args)
4639
4673
  end
@@ -4650,6 +4684,7 @@ module Google
4650
4684
  @policycontroller = args[:policycontroller] if args.key?(:policycontroller)
4651
4685
  @servicemesh = args[:servicemesh] if args.key?(:servicemesh)
4652
4686
  @state = args[:state] if args.key?(:state)
4687
+ @workloadidentity = args[:workloadidentity] if args.key?(:workloadidentity)
4653
4688
  end
4654
4689
  end
4655
4690
 
@@ -5786,6 +5821,42 @@ module Google
5786
5821
  end
5787
5822
  end
5788
5823
 
5824
+ # **RBAC RoleBinding Actuation**: The Hub-wide input for the
5825
+ # RBACRoleBindingActuation feature.
5826
+ class RbacRoleBindingActuationFeatureSpec
5827
+ include Google::Apis::Core::Hashable
5828
+
5829
+ # The list of allowed custom roles (ClusterRoles). If a ClusterRole is not part
5830
+ # of this list, it cannot be used in a Scope RBACRoleBinding. If a ClusterRole
5831
+ # in this list is in use, it cannot be removed from the list.
5832
+ # Corresponds to the JSON property `allowedCustomRoles`
5833
+ # @return [Array<String>]
5834
+ attr_accessor :allowed_custom_roles
5835
+
5836
+ def initialize(**args)
5837
+ update!(**args)
5838
+ end
5839
+
5840
+ # Update properties of this object
5841
+ def update!(**args)
5842
+ @allowed_custom_roles = args[:allowed_custom_roles] if args.key?(:allowed_custom_roles)
5843
+ end
5844
+ end
5845
+
5846
+ # **RBAC RoleBinding Actuation**: An empty state left as an example Hub-wide
5847
+ # Feature state.
5848
+ class RbacRoleBindingActuationFeatureState
5849
+ include Google::Apis::Core::Hashable
5850
+
5851
+ def initialize(**args)
5852
+ update!(**args)
5853
+ end
5854
+
5855
+ # Update properties of this object
5856
+ def update!(**args)
5857
+ end
5858
+ end
5859
+
5789
5860
  # RBACRoleBindingLifecycleState describes the state of a RbacRoleBinding
5790
5861
  # resource.
5791
5862
  class RbacRoleBindingLifecycleState
@@ -5877,6 +5948,11 @@ module Google
5877
5948
  class Role
5878
5949
  include Google::Apis::Core::Hashable
5879
5950
 
5951
+ # Optional. custom_role is the name of a custom KubernetesClusterRole to use.
5952
+ # Corresponds to the JSON property `customRole`
5953
+ # @return [String]
5954
+ attr_accessor :custom_role
5955
+
5880
5956
  # predefined_role is the Kubernetes default role to use
5881
5957
  # Corresponds to the JSON property `predefinedRole`
5882
5958
  # @return [String]
@@ -5888,6 +5964,7 @@ module Google
5888
5964
 
5889
5965
  # Update properties of this object
5890
5966
  def update!(**args)
5967
+ @custom_role = args[:custom_role] if args.key?(:custom_role)
5891
5968
  @predefined_role = args[:predefined_role] if args.key?(:predefined_role)
5892
5969
  end
5893
5970
  end
@@ -6134,8 +6211,7 @@ module Google
6134
6211
  end
6135
6212
  end
6136
6213
 
6137
- # Condition being reported. TODO b/395151419: Remove this message once the
6138
- # membership-level conditions field uses the common Condition message.
6214
+ # Condition being reported.
6139
6215
  class ServiceMeshCondition
6140
6216
  include Google::Apis::Core::Hashable
6141
6217
 
@@ -6229,8 +6305,7 @@ module Google
6229
6305
  end
6230
6306
  end
6231
6307
 
6232
- # Condition being reported. TODO b/395151419: This message should be used to
6233
- # replace the membership-level Condition message.
6308
+ # Condition being reported.
6234
6309
  class ServiceMeshFeatureCondition
6235
6310
  include Google::Apis::Core::Hashable
6236
6311
 
@@ -6344,8 +6419,7 @@ module Google
6344
6419
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshAnalysisMessage>]
6345
6420
  attr_accessor :analysis_messages
6346
6421
 
6347
- # Output only. List of conditions reported for this membership. TODO b/395151419:
6348
- # Use the common Condition message.
6422
+ # Output only. List of conditions reported for this membership.
6349
6423
  # Corresponds to the JSON property `conditions`
6350
6424
  # @return [Array<Google::Apis::GkehubV1alpha::ServiceMeshCondition>]
6351
6425
  attr_accessor :conditions
@@ -6682,6 +6756,141 @@ module Google
6682
6756
  @validator = args[:validator] if args.key?(:validator)
6683
6757
  end
6684
6758
  end
6759
+
6760
+ # **WorkloadIdentity**: Global feature specification.
6761
+ class WorkloadIdentityFeatureSpec
6762
+ include Google::Apis::Core::Hashable
6763
+
6764
+ # Pool to be used for Workload Identity. This pool in trust-domain mode is used
6765
+ # with Fleet Tenancy, so that sameness can be enforced. ex: projects/example/
6766
+ # locations/global/workloadidentitypools/custompool
6767
+ # Corresponds to the JSON property `scopeTenancyPool`
6768
+ # @return [String]
6769
+ attr_accessor :scope_tenancy_pool
6770
+
6771
+ def initialize(**args)
6772
+ update!(**args)
6773
+ end
6774
+
6775
+ # Update properties of this object
6776
+ def update!(**args)
6777
+ @scope_tenancy_pool = args[:scope_tenancy_pool] if args.key?(:scope_tenancy_pool)
6778
+ end
6779
+ end
6780
+
6781
+ # **WorkloadIdentity**: Global feature state.
6782
+ class WorkloadIdentityFeatureState
6783
+ include Google::Apis::Core::Hashable
6784
+
6785
+ # The state of the IAM namespaces for the fleet.
6786
+ # Corresponds to the JSON property `namespaceStateDetails`
6787
+ # @return [Hash<String,Google::Apis::GkehubV1alpha::WorkloadIdentityNamespaceStateDetail>]
6788
+ attr_accessor :namespace_state_details
6789
+
6790
+ # Deprecated, will erase after code is changed to use the new field.
6791
+ # Corresponds to the JSON property `namespaceStates`
6792
+ # @return [Hash<String,String>]
6793
+ attr_accessor :namespace_states
6794
+
6795
+ # The full name of the scope-tenancy pool for the fleet.
6796
+ # Corresponds to the JSON property `scopeTenancyWorkloadIdentityPool`
6797
+ # @return [String]
6798
+ attr_accessor :scope_tenancy_workload_identity_pool
6799
+
6800
+ # The full name of the svc.id.goog pool for the fleet.
6801
+ # Corresponds to the JSON property `workloadIdentityPool`
6802
+ # @return [String]
6803
+ attr_accessor :workload_identity_pool
6804
+
6805
+ # The state of the Workload Identity Pools for the fleet.
6806
+ # Corresponds to the JSON property `workloadIdentityPoolStateDetails`
6807
+ # @return [Hash<String,Google::Apis::GkehubV1alpha::WorkloadIdentityWorkloadIdentityPoolStateDetail>]
6808
+ attr_accessor :workload_identity_pool_state_details
6809
+
6810
+ def initialize(**args)
6811
+ update!(**args)
6812
+ end
6813
+
6814
+ # Update properties of this object
6815
+ def update!(**args)
6816
+ @namespace_state_details = args[:namespace_state_details] if args.key?(:namespace_state_details)
6817
+ @namespace_states = args[:namespace_states] if args.key?(:namespace_states)
6818
+ @scope_tenancy_workload_identity_pool = args[:scope_tenancy_workload_identity_pool] if args.key?(:scope_tenancy_workload_identity_pool)
6819
+ @workload_identity_pool = args[:workload_identity_pool] if args.key?(:workload_identity_pool)
6820
+ @workload_identity_pool_state_details = args[:workload_identity_pool_state_details] if args.key?(:workload_identity_pool_state_details)
6821
+ end
6822
+ end
6823
+
6824
+ # **WorkloadIdentity**: The membership-specific state for WorkloadIdentity
6825
+ # feature.
6826
+ class WorkloadIdentityMembershipState
6827
+ include Google::Apis::Core::Hashable
6828
+
6829
+ # Deprecated, will erase after code is changed to use the new field.
6830
+ # Corresponds to the JSON property `description`
6831
+ # @return [String]
6832
+ attr_accessor :description
6833
+
6834
+ def initialize(**args)
6835
+ update!(**args)
6836
+ end
6837
+
6838
+ # Update properties of this object
6839
+ def update!(**args)
6840
+ @description = args[:description] if args.key?(:description)
6841
+ end
6842
+ end
6843
+
6844
+ # NamespaceStateDetail represents the state of a IAM namespace.
6845
+ class WorkloadIdentityNamespaceStateDetail
6846
+ include Google::Apis::Core::Hashable
6847
+
6848
+ # The state of the IAM namespace.
6849
+ # Corresponds to the JSON property `code`
6850
+ # @return [String]
6851
+ attr_accessor :code
6852
+
6853
+ # A human-readable description of the current state or returned error.
6854
+ # Corresponds to the JSON property `description`
6855
+ # @return [String]
6856
+ attr_accessor :description
6857
+
6858
+ def initialize(**args)
6859
+ update!(**args)
6860
+ end
6861
+
6862
+ # Update properties of this object
6863
+ def update!(**args)
6864
+ @code = args[:code] if args.key?(:code)
6865
+ @description = args[:description] if args.key?(:description)
6866
+ end
6867
+ end
6868
+
6869
+ # WorkloadIdentityPoolStateDetail represents the state of the Workload Identity
6870
+ # Pools for the fleet.
6871
+ class WorkloadIdentityWorkloadIdentityPoolStateDetail
6872
+ include Google::Apis::Core::Hashable
6873
+
6874
+ # The state of the Workload Identity Pool.
6875
+ # Corresponds to the JSON property `code`
6876
+ # @return [String]
6877
+ attr_accessor :code
6878
+
6879
+ # A human-readable description of the current state or returned error.
6880
+ # Corresponds to the JSON property `description`
6881
+ # @return [String]
6882
+ attr_accessor :description
6883
+
6884
+ def initialize(**args)
6885
+ update!(**args)
6886
+ end
6887
+
6888
+ # Update properties of this object
6889
+ def update!(**args)
6890
+ @code = args[:code] if args.key?(:code)
6891
+ @description = args[:description] if args.key?(:description)
6892
+ end
6893
+ end
6685
6894
  end
6686
6895
  end
6687
6896
  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.89.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250324"
25
+ REVISION = "20250423"
26
26
  end
27
27
  end
28
28
  end
@@ -958,6 +958,18 @@ module Google
958
958
  include Google::Apis::Core::JsonObjectSupport
959
959
  end
960
960
 
961
+ class RbacRoleBindingActuationFeatureSpec
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class RbacRoleBindingActuationFeatureState
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
961
973
  class RbacRoleBindingLifecycleState
962
974
  class Representation < Google::Apis::Core::JsonRepresentation; end
963
975
 
@@ -1132,6 +1144,36 @@ module Google
1132
1144
  include Google::Apis::Core::JsonObjectSupport
1133
1145
  end
1134
1146
 
1147
+ class WorkloadIdentityFeatureSpec
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1153
+ class WorkloadIdentityFeatureState
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1159
+ class WorkloadIdentityMembershipState
1160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1161
+
1162
+ include Google::Apis::Core::JsonObjectSupport
1163
+ end
1164
+
1165
+ class WorkloadIdentityNamespaceStateDetail
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1171
+ class WorkloadIdentityWorkloadIdentityPoolStateDetail
1172
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1173
+
1174
+ include Google::Apis::Core::JsonObjectSupport
1175
+ end
1176
+
1135
1177
  class AppDevExperienceFeatureSpec
1136
1178
  # @private
1137
1179
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1377,8 +1419,12 @@ module Google
1377
1419
 
1378
1420
  property :namespaceactuation, as: 'namespaceactuation', class: Google::Apis::GkehubV1alpha::NamespaceActuationFeatureSpec, decorator: Google::Apis::GkehubV1alpha::NamespaceActuationFeatureSpec::Representation
1379
1421
 
1422
+ property :rbacrolebindingactuation, as: 'rbacrolebindingactuation', class: Google::Apis::GkehubV1alpha::RbacRoleBindingActuationFeatureSpec, decorator: Google::Apis::GkehubV1alpha::RbacRoleBindingActuationFeatureSpec::Representation
1423
+
1380
1424
  property :workloadcertificate, as: 'workloadcertificate', class: Google::Apis::GkehubV1alpha::FeatureSpec, decorator: Google::Apis::GkehubV1alpha::FeatureSpec::Representation
1381
1425
 
1426
+ property :workloadidentity, as: 'workloadidentity', class: Google::Apis::GkehubV1alpha::WorkloadIdentityFeatureSpec, decorator: Google::Apis::GkehubV1alpha::WorkloadIdentityFeatureSpec::Representation
1427
+
1382
1428
  end
1383
1429
  end
1384
1430
 
@@ -1393,10 +1439,14 @@ module Google
1393
1439
 
1394
1440
  property :namespaceactuation, as: 'namespaceactuation', class: Google::Apis::GkehubV1alpha::NamespaceActuationFeatureState, decorator: Google::Apis::GkehubV1alpha::NamespaceActuationFeatureState::Representation
1395
1441
 
1442
+ property :rbacrolebindingactuation, as: 'rbacrolebindingactuation', class: Google::Apis::GkehubV1alpha::RbacRoleBindingActuationFeatureState, decorator: Google::Apis::GkehubV1alpha::RbacRoleBindingActuationFeatureState::Representation
1443
+
1396
1444
  property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState, decorator: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState::Representation
1397
1445
 
1398
1446
  property :state, as: 'state', class: Google::Apis::GkehubV1alpha::FeatureState, decorator: Google::Apis::GkehubV1alpha::FeatureState::Representation
1399
1447
 
1448
+ property :workloadidentity, as: 'workloadidentity', class: Google::Apis::GkehubV1alpha::WorkloadIdentityFeatureState, decorator: Google::Apis::GkehubV1alpha::WorkloadIdentityFeatureState::Representation
1449
+
1400
1450
  end
1401
1451
  end
1402
1452
 
@@ -2454,6 +2504,8 @@ module Google
2454
2504
 
2455
2505
  property :state, as: 'state', class: Google::Apis::GkehubV1alpha::FeatureState, decorator: Google::Apis::GkehubV1alpha::FeatureState::Representation
2456
2506
 
2507
+ property :workloadidentity, as: 'workloadidentity', class: Google::Apis::GkehubV1alpha::WorkloadIdentityMembershipState, decorator: Google::Apis::GkehubV1alpha::WorkloadIdentityMembershipState::Representation
2508
+
2457
2509
  end
2458
2510
  end
2459
2511
 
@@ -2764,6 +2816,19 @@ module Google
2764
2816
  end
2765
2817
  end
2766
2818
 
2819
+ class RbacRoleBindingActuationFeatureSpec
2820
+ # @private
2821
+ class Representation < Google::Apis::Core::JsonRepresentation
2822
+ collection :allowed_custom_roles, as: 'allowedCustomRoles'
2823
+ end
2824
+ end
2825
+
2826
+ class RbacRoleBindingActuationFeatureState
2827
+ # @private
2828
+ class Representation < Google::Apis::Core::JsonRepresentation
2829
+ end
2830
+ end
2831
+
2767
2832
  class RbacRoleBindingLifecycleState
2768
2833
  # @private
2769
2834
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2791,6 +2856,7 @@ module Google
2791
2856
  class Role
2792
2857
  # @private
2793
2858
  class Representation < Google::Apis::Core::JsonRepresentation
2859
+ property :custom_role, as: 'customRole'
2794
2860
  property :predefined_role, as: 'predefinedRole'
2795
2861
  end
2796
2862
  end
@@ -3026,6 +3092,49 @@ module Google
3026
3092
  property :validator, as: 'validator'
3027
3093
  end
3028
3094
  end
3095
+
3096
+ class WorkloadIdentityFeatureSpec
3097
+ # @private
3098
+ class Representation < Google::Apis::Core::JsonRepresentation
3099
+ property :scope_tenancy_pool, as: 'scopeTenancyPool'
3100
+ end
3101
+ end
3102
+
3103
+ class WorkloadIdentityFeatureState
3104
+ # @private
3105
+ class Representation < Google::Apis::Core::JsonRepresentation
3106
+ hash :namespace_state_details, as: 'namespaceStateDetails', class: Google::Apis::GkehubV1alpha::WorkloadIdentityNamespaceStateDetail, decorator: Google::Apis::GkehubV1alpha::WorkloadIdentityNamespaceStateDetail::Representation
3107
+
3108
+ hash :namespace_states, as: 'namespaceStates'
3109
+ property :scope_tenancy_workload_identity_pool, as: 'scopeTenancyWorkloadIdentityPool'
3110
+ property :workload_identity_pool, as: 'workloadIdentityPool'
3111
+ hash :workload_identity_pool_state_details, as: 'workloadIdentityPoolStateDetails', class: Google::Apis::GkehubV1alpha::WorkloadIdentityWorkloadIdentityPoolStateDetail, decorator: Google::Apis::GkehubV1alpha::WorkloadIdentityWorkloadIdentityPoolStateDetail::Representation
3112
+
3113
+ end
3114
+ end
3115
+
3116
+ class WorkloadIdentityMembershipState
3117
+ # @private
3118
+ class Representation < Google::Apis::Core::JsonRepresentation
3119
+ property :description, as: 'description'
3120
+ end
3121
+ end
3122
+
3123
+ class WorkloadIdentityNamespaceStateDetail
3124
+ # @private
3125
+ class Representation < Google::Apis::Core::JsonRepresentation
3126
+ property :code, as: 'code'
3127
+ property :description, as: 'description'
3128
+ end
3129
+ end
3130
+
3131
+ class WorkloadIdentityWorkloadIdentityPoolStateDetail
3132
+ # @private
3133
+ class Representation < Google::Apis::Core::JsonRepresentation
3134
+ property :code, as: 'code'
3135
+ property :description, as: 'description'
3136
+ end
3137
+ end
3029
3138
  end
3030
3139
  end
3031
3140
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.89.0
4
+ version: 0.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-27 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.89.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.90.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: