google-apis-gkehub_v1alpha 0.110.0 → 0.111.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 938a3707f7ff3d574ec08c04a0b2c59ad6409ee3cd11df3ede7d503e05a1c3b2
|
|
4
|
+
data.tar.gz: f1407715cb72a4d5a0a08bae3268c2f3b72fccec8a889e10df5573c18da9ef9d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2e14f91fe92413988484f77779b45b3b3f68e87918cebb6a62f01e11be7e1fba46186524358a8881503806175d49f00798d33cd95396122f665b741903fb6f7
|
|
7
|
+
data.tar.gz: 14ff9c251ec27b0da5477f3b6ea84cc4b8e4c0e26cac0872d0d6df7b700aaca099317f8948dfd551d38e30b2cacd09a7051e53bafca62f887cf32fe1334184fe
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Release history for google-apis-gkehub_v1alpha
|
|
2
2
|
|
|
3
|
-
### v0.
|
|
3
|
+
### v0.111.0 (2026-07-05)
|
|
4
4
|
|
|
5
|
-
* Regenerated from discovery document revision
|
|
5
|
+
* Regenerated from discovery document revision 20260623
|
|
6
|
+
|
|
7
|
+
### v0.110.0 (2026-06-21)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260616
|
|
6
10
|
* Regenerated using generator version 0.19.0
|
|
7
11
|
|
|
8
12
|
### v0.109.0 (2026-05-17)
|
|
@@ -218,6 +218,13 @@ module Google
|
|
|
218
218
|
class AutoUpgradeConfig
|
|
219
219
|
include Google::Apis::Core::Hashable
|
|
220
220
|
|
|
221
|
+
# Output only. Mandatory Safety Policies (Always active) which cannot be
|
|
222
|
+
# disabled. The key is the policy ID (e.g., "ENFORCED_CONTROL_PLANE_PATCH") and
|
|
223
|
+
# the value is a human-readable description.
|
|
224
|
+
# Corresponds to the JSON property `enforcedRollouts`
|
|
225
|
+
# @return [Hash<String,String>]
|
|
226
|
+
attr_accessor :enforced_rollouts
|
|
227
|
+
|
|
221
228
|
# The scope for automatic rollout creation.
|
|
222
229
|
# Corresponds to the JSON property `rolloutCreationScope`
|
|
223
230
|
# @return [Google::Apis::GkehubV1alpha::RolloutCreationScope]
|
|
@@ -229,6 +236,7 @@ module Google
|
|
|
229
236
|
|
|
230
237
|
# Update properties of this object
|
|
231
238
|
def update!(**args)
|
|
239
|
+
@enforced_rollouts = args[:enforced_rollouts] if args.key?(:enforced_rollouts)
|
|
232
240
|
@rollout_creation_scope = args[:rollout_creation_scope] if args.key?(:rollout_creation_scope)
|
|
233
241
|
end
|
|
234
242
|
end
|
|
@@ -922,6 +930,11 @@ module Google
|
|
|
922
930
|
# @return [Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec]
|
|
923
931
|
attr_accessor :fleetobservability
|
|
924
932
|
|
|
933
|
+
# **Service Mesh**: Spec for the fleet for the servicemesh feature
|
|
934
|
+
# Corresponds to the JSON property `mesh`
|
|
935
|
+
# @return [Google::Apis::GkehubV1alpha::ServiceMeshFeatureSpec]
|
|
936
|
+
attr_accessor :mesh
|
|
937
|
+
|
|
925
938
|
# **Multi-cluster Ingress**: The configuration for the MultiClusterIngress
|
|
926
939
|
# feature.
|
|
927
940
|
# Corresponds to the JSON property `multiclusteringress`
|
|
@@ -962,6 +975,7 @@ module Google
|
|
|
962
975
|
@clusterupgrade = args[:clusterupgrade] if args.key?(:clusterupgrade)
|
|
963
976
|
@dataplanev2 = args[:dataplanev2] if args.key?(:dataplanev2)
|
|
964
977
|
@fleetobservability = args[:fleetobservability] if args.key?(:fleetobservability)
|
|
978
|
+
@mesh = args[:mesh] if args.key?(:mesh)
|
|
965
979
|
@multiclusteringress = args[:multiclusteringress] if args.key?(:multiclusteringress)
|
|
966
980
|
@namespaceactuation = args[:namespaceactuation] if args.key?(:namespaceactuation)
|
|
967
981
|
@rbacrolebindingactuation = args[:rbacrolebindingactuation] if args.key?(:rbacrolebindingactuation)
|
|
@@ -6251,6 +6265,11 @@ module Google
|
|
|
6251
6265
|
# @return [String]
|
|
6252
6266
|
attr_accessor :etag
|
|
6253
6267
|
|
|
6268
|
+
# Output only. The intent of the rollout.
|
|
6269
|
+
# Corresponds to the JSON property `intent`
|
|
6270
|
+
# @return [String]
|
|
6271
|
+
attr_accessor :intent
|
|
6272
|
+
|
|
6254
6273
|
# Optional. Labels for this Rollout.
|
|
6255
6274
|
# Corresponds to the JSON property `labels`
|
|
6256
6275
|
# @return [Hash<String,String>]
|
|
@@ -6297,6 +6316,11 @@ module Google
|
|
|
6297
6316
|
# @return [String]
|
|
6298
6317
|
attr_accessor :state_reason_type
|
|
6299
6318
|
|
|
6319
|
+
# Output only. The trigger of the rollout.
|
|
6320
|
+
# Corresponds to the JSON property `trigger`
|
|
6321
|
+
# @return [String]
|
|
6322
|
+
attr_accessor :trigger
|
|
6323
|
+
|
|
6300
6324
|
# Output only. Google-generated UUID for this resource. This is unique across
|
|
6301
6325
|
# all Rollout resources. If a Rollout resource is deleted and another resource
|
|
6302
6326
|
# with the same name is created, it gets a different uid.
|
|
@@ -6325,6 +6349,7 @@ module Google
|
|
|
6325
6349
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
6326
6350
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
6327
6351
|
@etag = args[:etag] if args.key?(:etag)
|
|
6352
|
+
@intent = args[:intent] if args.key?(:intent)
|
|
6328
6353
|
@labels = args[:labels] if args.key?(:labels)
|
|
6329
6354
|
@membership_states = args[:membership_states] if args.key?(:membership_states)
|
|
6330
6355
|
@name = args[:name] if args.key?(:name)
|
|
@@ -6333,6 +6358,7 @@ module Google
|
|
|
6333
6358
|
@state = args[:state] if args.key?(:state)
|
|
6334
6359
|
@state_reason = args[:state_reason] if args.key?(:state_reason)
|
|
6335
6360
|
@state_reason_type = args[:state_reason_type] if args.key?(:state_reason_type)
|
|
6361
|
+
@trigger = args[:trigger] if args.key?(:trigger)
|
|
6336
6362
|
@uid = args[:uid] if args.key?(:uid)
|
|
6337
6363
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
6338
6364
|
@version_upgrade = args[:version_upgrade] if args.key?(:version_upgrade)
|
|
@@ -6401,6 +6427,11 @@ module Google
|
|
|
6401
6427
|
# @return [Google::Apis::GkehubV1alpha::AutoUpgradeConfig]
|
|
6402
6428
|
attr_accessor :auto_upgrade_config
|
|
6403
6429
|
|
|
6430
|
+
# Output only. The computed release channel used for the Rollout Sequence.
|
|
6431
|
+
# Corresponds to the JSON property `computedReleaseChannel`
|
|
6432
|
+
# @return [String]
|
|
6433
|
+
attr_accessor :computed_release_channel
|
|
6434
|
+
|
|
6404
6435
|
# Output only. The timestamp at which the Rollout Sequence was created.
|
|
6405
6436
|
# Corresponds to the JSON property `createTime`
|
|
6406
6437
|
# @return [String]
|
|
@@ -6436,6 +6467,16 @@ module Google
|
|
|
6436
6467
|
# @return [Hash<String,String>]
|
|
6437
6468
|
attr_accessor :labels
|
|
6438
6469
|
|
|
6470
|
+
# Output only. The last qualified control plane version.
|
|
6471
|
+
# Corresponds to the JSON property `lastQualifiedControlPlaneVersion`
|
|
6472
|
+
# @return [String]
|
|
6473
|
+
attr_accessor :last_qualified_control_plane_version
|
|
6474
|
+
|
|
6475
|
+
# Output only. The last qualified node version.
|
|
6476
|
+
# Corresponds to the JSON property `lastQualifiedNodeVersion`
|
|
6477
|
+
# @return [String]
|
|
6478
|
+
attr_accessor :last_qualified_node_version
|
|
6479
|
+
|
|
6439
6480
|
# Identifier. Name of the rollout sequence in the format of: projects/`
|
|
6440
6481
|
# PROJECT_ID`/locations/global/rolloutSequences/`NAME`
|
|
6441
6482
|
# Corresponds to the JSON property `name`
|
|
@@ -6452,6 +6493,16 @@ module Google
|
|
|
6452
6493
|
# @return [Array<Google::Apis::GkehubV1alpha::Stage>]
|
|
6453
6494
|
attr_accessor :stages
|
|
6454
6495
|
|
|
6496
|
+
# Output only. The target control plane version of the Rollout Sequence.
|
|
6497
|
+
# Corresponds to the JSON property `targetControlPlaneVersion`
|
|
6498
|
+
# @return [String]
|
|
6499
|
+
attr_accessor :target_control_plane_version
|
|
6500
|
+
|
|
6501
|
+
# Output only. The target node version of the Rollout Sequence.
|
|
6502
|
+
# Corresponds to the JSON property `targetNodeVersion`
|
|
6503
|
+
# @return [String]
|
|
6504
|
+
attr_accessor :target_node_version
|
|
6505
|
+
|
|
6455
6506
|
# Output only. Google-generated UUID for this resource. This is unique across
|
|
6456
6507
|
# all Rollout Sequence resources. If a Rollout Sequence resource is deleted and
|
|
6457
6508
|
# another resource with the same name is created, it gets a different uid.
|
|
@@ -6471,6 +6522,7 @@ module Google
|
|
|
6471
6522
|
# Update properties of this object
|
|
6472
6523
|
def update!(**args)
|
|
6473
6524
|
@auto_upgrade_config = args[:auto_upgrade_config] if args.key?(:auto_upgrade_config)
|
|
6525
|
+
@computed_release_channel = args[:computed_release_channel] if args.key?(:computed_release_channel)
|
|
6474
6526
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
6475
6527
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
|
6476
6528
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
@@ -6478,9 +6530,13 @@ module Google
|
|
|
6478
6530
|
@etag = args[:etag] if args.key?(:etag)
|
|
6479
6531
|
@ignored_clusters_selector = args[:ignored_clusters_selector] if args.key?(:ignored_clusters_selector)
|
|
6480
6532
|
@labels = args[:labels] if args.key?(:labels)
|
|
6533
|
+
@last_qualified_control_plane_version = args[:last_qualified_control_plane_version] if args.key?(:last_qualified_control_plane_version)
|
|
6534
|
+
@last_qualified_node_version = args[:last_qualified_node_version] if args.key?(:last_qualified_node_version)
|
|
6481
6535
|
@name = args[:name] if args.key?(:name)
|
|
6482
6536
|
@operational_state = args[:operational_state] if args.key?(:operational_state)
|
|
6483
6537
|
@stages = args[:stages] if args.key?(:stages)
|
|
6538
|
+
@target_control_plane_version = args[:target_control_plane_version] if args.key?(:target_control_plane_version)
|
|
6539
|
+
@target_node_version = args[:target_node_version] if args.key?(:target_node_version)
|
|
6484
6540
|
@uid = args[:uid] if args.key?(:uid)
|
|
6485
6541
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
6486
6542
|
end
|
|
@@ -6490,11 +6546,22 @@ module Google
|
|
|
6490
6546
|
class RolloutStage
|
|
6491
6547
|
include Google::Apis::Core::Hashable
|
|
6492
6548
|
|
|
6549
|
+
# Selector for clusters.
|
|
6550
|
+
# Corresponds to the JSON property `clusterSelector`
|
|
6551
|
+
# @return [Google::Apis::GkehubV1alpha::ClusterSelector]
|
|
6552
|
+
attr_accessor :cluster_selector
|
|
6553
|
+
|
|
6493
6554
|
# Optional. Output only. The time at which the stage ended.
|
|
6494
6555
|
# Corresponds to the JSON property `endTime`
|
|
6495
6556
|
# @return [String]
|
|
6496
6557
|
attr_accessor :end_time
|
|
6497
6558
|
|
|
6559
|
+
# Output only. The fleet projects from the sequence that was used to create this
|
|
6560
|
+
# stage. Expected format: projects/`project_number`
|
|
6561
|
+
# Corresponds to the JSON property `fleetProjects`
|
|
6562
|
+
# @return [Array<String>]
|
|
6563
|
+
attr_accessor :fleet_projects
|
|
6564
|
+
|
|
6498
6565
|
# Optional. Duration to soak after this stage before starting the next stage.
|
|
6499
6566
|
# Corresponds to the JSON property `soakDuration`
|
|
6500
6567
|
# @return [String]
|
|
@@ -6521,7 +6588,9 @@ module Google
|
|
|
6521
6588
|
|
|
6522
6589
|
# Update properties of this object
|
|
6523
6590
|
def update!(**args)
|
|
6591
|
+
@cluster_selector = args[:cluster_selector] if args.key?(:cluster_selector)
|
|
6524
6592
|
@end_time = args[:end_time] if args.key?(:end_time)
|
|
6593
|
+
@fleet_projects = args[:fleet_projects] if args.key?(:fleet_projects)
|
|
6525
6594
|
@soak_duration = args[:soak_duration] if args.key?(:soak_duration)
|
|
6526
6595
|
@stage_number = args[:stage_number] if args.key?(:stage_number)
|
|
6527
6596
|
@start_time = args[:start_time] if args.key?(:start_time)
|
|
@@ -6952,6 +7021,25 @@ module Google
|
|
|
6952
7021
|
end
|
|
6953
7022
|
end
|
|
6954
7023
|
|
|
7024
|
+
# **Service Mesh**: Spec for the fleet for the servicemesh feature
|
|
7025
|
+
class ServiceMeshFeatureSpec
|
|
7026
|
+
include Google::Apis::Core::Hashable
|
|
7027
|
+
|
|
7028
|
+
# Optional. Specifies modernization compatibility for the fleet.
|
|
7029
|
+
# Corresponds to the JSON property `modernizationCompatibility`
|
|
7030
|
+
# @return [String]
|
|
7031
|
+
attr_accessor :modernization_compatibility
|
|
7032
|
+
|
|
7033
|
+
def initialize(**args)
|
|
7034
|
+
update!(**args)
|
|
7035
|
+
end
|
|
7036
|
+
|
|
7037
|
+
# Update properties of this object
|
|
7038
|
+
def update!(**args)
|
|
7039
|
+
@modernization_compatibility = args[:modernization_compatibility] if args.key?(:modernization_compatibility)
|
|
7040
|
+
end
|
|
7041
|
+
end
|
|
7042
|
+
|
|
6955
7043
|
# **Service Mesh**: State for the whole Hub, as analyzed by the Service Mesh Hub
|
|
6956
7044
|
# Controller.
|
|
6957
7045
|
class ServiceMeshFeatureState
|
|
@@ -7297,6 +7385,49 @@ module Google
|
|
|
7297
7385
|
end
|
|
7298
7386
|
end
|
|
7299
7387
|
|
|
7388
|
+
# Request message for upgrading a rollout sequence.
|
|
7389
|
+
class UpgradeRolloutSequenceRequest
|
|
7390
|
+
include Google::Apis::Core::Hashable
|
|
7391
|
+
|
|
7392
|
+
# Optional. If set to true, any rollout already running on the first stage of
|
|
7393
|
+
# the sequence will be cancelled to allow for the creation of the new rollout.
|
|
7394
|
+
# Corresponds to the JSON property `force`
|
|
7395
|
+
# @return [Boolean]
|
|
7396
|
+
attr_accessor :force
|
|
7397
|
+
alias_method :force?, :force
|
|
7398
|
+
|
|
7399
|
+
# Required. The type of upgrade.
|
|
7400
|
+
# Corresponds to the JSON property `upgradeType`
|
|
7401
|
+
# @return [String]
|
|
7402
|
+
attr_accessor :upgrade_type
|
|
7403
|
+
|
|
7404
|
+
# Required. GKE version to upgrade to. A valid GKE version available on the
|
|
7405
|
+
# release channel used by the sequence. Patch versions from less conservative
|
|
7406
|
+
# channels are allowed if their minor version is already available in the
|
|
7407
|
+
# sequence's channel. This is similar to single-cluster upgrade rules, see https:
|
|
7408
|
+
# //cloud.google.com/kubernetes-engine/docs/how-to/upgrading-a-cluster#supported-
|
|
7409
|
+
# versions Example: With the following versions available on the RAPID and
|
|
7410
|
+
# REGULAR channels: * REGULAR: 1.35.3-gke.123000 * RAPID: 1.36.4-gke.321000, 1.
|
|
7411
|
+
# 35.6-gke.045000 Valid versions are 1.35.3-gke.123, 1.35.6-gke.045000 Aliases
|
|
7412
|
+
# like `latest` are supported. For more information on valid upgrade versions
|
|
7413
|
+
# and specifying cluster versions, see: https://cloud.google.com/kubernetes-
|
|
7414
|
+
# engine/versioning#specifying_cluster_version
|
|
7415
|
+
# Corresponds to the JSON property `version`
|
|
7416
|
+
# @return [String]
|
|
7417
|
+
attr_accessor :version
|
|
7418
|
+
|
|
7419
|
+
def initialize(**args)
|
|
7420
|
+
update!(**args)
|
|
7421
|
+
end
|
|
7422
|
+
|
|
7423
|
+
# Update properties of this object
|
|
7424
|
+
def update!(**args)
|
|
7425
|
+
@force = args[:force] if args.key?(:force)
|
|
7426
|
+
@upgrade_type = args[:upgrade_type] if args.key?(:upgrade_type)
|
|
7427
|
+
@version = args[:version] if args.key?(:version)
|
|
7428
|
+
end
|
|
7429
|
+
end
|
|
7430
|
+
|
|
7300
7431
|
# Request message for the `GkeHub.ValidateCreateMembership` method.
|
|
7301
7432
|
class ValidateCreateMembershipRequest
|
|
7302
7433
|
include Google::Apis::Core::Hashable
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.111.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 = "
|
|
25
|
+
REVISION = "20260623"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1150,6 +1150,12 @@ module Google
|
|
|
1150
1150
|
include Google::Apis::Core::JsonObjectSupport
|
|
1151
1151
|
end
|
|
1152
1152
|
|
|
1153
|
+
class ServiceMeshFeatureSpec
|
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
|
+
|
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1157
|
+
end
|
|
1158
|
+
|
|
1153
1159
|
class ServiceMeshFeatureState
|
|
1154
1160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1155
1161
|
|
|
@@ -1216,6 +1222,12 @@ module Google
|
|
|
1216
1222
|
include Google::Apis::Core::JsonObjectSupport
|
|
1217
1223
|
end
|
|
1218
1224
|
|
|
1225
|
+
class UpgradeRolloutSequenceRequest
|
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1227
|
+
|
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1229
|
+
end
|
|
1230
|
+
|
|
1219
1231
|
class ValidateCreateMembershipRequest
|
|
1220
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1221
1233
|
|
|
@@ -1335,6 +1347,7 @@ module Google
|
|
|
1335
1347
|
class AutoUpgradeConfig
|
|
1336
1348
|
# @private
|
|
1337
1349
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1350
|
+
hash :enforced_rollouts, as: 'enforcedRollouts'
|
|
1338
1351
|
property :rollout_creation_scope, as: 'rolloutCreationScope', class: Google::Apis::GkehubV1alpha::RolloutCreationScope, decorator: Google::Apis::GkehubV1alpha::RolloutCreationScope::Representation
|
|
1339
1352
|
|
|
1340
1353
|
end
|
|
@@ -1545,6 +1558,8 @@ module Google
|
|
|
1545
1558
|
|
|
1546
1559
|
property :fleetobservability, as: 'fleetobservability', class: Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec, decorator: Google::Apis::GkehubV1alpha::FleetObservabilityFeatureSpec::Representation
|
|
1547
1560
|
|
|
1561
|
+
property :mesh, as: 'mesh', class: Google::Apis::GkehubV1alpha::ServiceMeshFeatureSpec, decorator: Google::Apis::GkehubV1alpha::ServiceMeshFeatureSpec::Representation
|
|
1562
|
+
|
|
1548
1563
|
property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec::Representation
|
|
1549
1564
|
|
|
1550
1565
|
property :namespaceactuation, as: 'namespaceactuation', class: Google::Apis::GkehubV1alpha::NamespaceActuationFeatureSpec, decorator: Google::Apis::GkehubV1alpha::NamespaceActuationFeatureSpec::Representation
|
|
@@ -3051,6 +3066,7 @@ module Google
|
|
|
3051
3066
|
property :delete_time, as: 'deleteTime'
|
|
3052
3067
|
property :display_name, as: 'displayName'
|
|
3053
3068
|
property :etag, as: 'etag'
|
|
3069
|
+
property :intent, as: 'intent'
|
|
3054
3070
|
hash :labels, as: 'labels'
|
|
3055
3071
|
hash :membership_states, as: 'membershipStates', class: Google::Apis::GkehubV1alpha::RolloutMembershipState, decorator: Google::Apis::GkehubV1alpha::RolloutMembershipState::Representation
|
|
3056
3072
|
|
|
@@ -3061,6 +3077,7 @@ module Google
|
|
|
3061
3077
|
property :state, as: 'state'
|
|
3062
3078
|
property :state_reason, as: 'stateReason'
|
|
3063
3079
|
property :state_reason_type, as: 'stateReasonType'
|
|
3080
|
+
property :trigger, as: 'trigger'
|
|
3064
3081
|
property :uid, as: 'uid'
|
|
3065
3082
|
property :update_time, as: 'updateTime'
|
|
3066
3083
|
property :version_upgrade, as: 'versionUpgrade', class: Google::Apis::GkehubV1alpha::VersionUpgrade, decorator: Google::Apis::GkehubV1alpha::VersionUpgrade::Representation
|
|
@@ -3090,6 +3107,7 @@ module Google
|
|
|
3090
3107
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3091
3108
|
property :auto_upgrade_config, as: 'autoUpgradeConfig', class: Google::Apis::GkehubV1alpha::AutoUpgradeConfig, decorator: Google::Apis::GkehubV1alpha::AutoUpgradeConfig::Representation
|
|
3092
3109
|
|
|
3110
|
+
property :computed_release_channel, as: 'computedReleaseChannel'
|
|
3093
3111
|
property :create_time, as: 'createTime'
|
|
3094
3112
|
property :delete_time, as: 'deleteTime'
|
|
3095
3113
|
property :display_name, as: 'displayName'
|
|
@@ -3099,11 +3117,15 @@ module Google
|
|
|
3099
3117
|
property :ignored_clusters_selector, as: 'ignoredClustersSelector', class: Google::Apis::GkehubV1alpha::ClusterSelector, decorator: Google::Apis::GkehubV1alpha::ClusterSelector::Representation
|
|
3100
3118
|
|
|
3101
3119
|
hash :labels, as: 'labels'
|
|
3120
|
+
property :last_qualified_control_plane_version, as: 'lastQualifiedControlPlaneVersion'
|
|
3121
|
+
property :last_qualified_node_version, as: 'lastQualifiedNodeVersion'
|
|
3102
3122
|
property :name, as: 'name'
|
|
3103
3123
|
property :operational_state, as: 'operationalState', class: Google::Apis::GkehubV1alpha::OperationalState, decorator: Google::Apis::GkehubV1alpha::OperationalState::Representation
|
|
3104
3124
|
|
|
3105
3125
|
collection :stages, as: 'stages', class: Google::Apis::GkehubV1alpha::Stage, decorator: Google::Apis::GkehubV1alpha::Stage::Representation
|
|
3106
3126
|
|
|
3127
|
+
property :target_control_plane_version, as: 'targetControlPlaneVersion'
|
|
3128
|
+
property :target_node_version, as: 'targetNodeVersion'
|
|
3107
3129
|
property :uid, as: 'uid'
|
|
3108
3130
|
property :update_time, as: 'updateTime'
|
|
3109
3131
|
end
|
|
@@ -3112,7 +3134,10 @@ module Google
|
|
|
3112
3134
|
class RolloutStage
|
|
3113
3135
|
# @private
|
|
3114
3136
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3137
|
+
property :cluster_selector, as: 'clusterSelector', class: Google::Apis::GkehubV1alpha::ClusterSelector, decorator: Google::Apis::GkehubV1alpha::ClusterSelector::Representation
|
|
3138
|
+
|
|
3115
3139
|
property :end_time, as: 'endTime'
|
|
3140
|
+
collection :fleet_projects, as: 'fleetProjects'
|
|
3116
3141
|
property :soak_duration, as: 'soakDuration'
|
|
3117
3142
|
property :stage_number, as: 'stageNumber'
|
|
3118
3143
|
property :start_time, as: 'startTime'
|
|
@@ -3239,6 +3264,13 @@ module Google
|
|
|
3239
3264
|
end
|
|
3240
3265
|
end
|
|
3241
3266
|
|
|
3267
|
+
class ServiceMeshFeatureSpec
|
|
3268
|
+
# @private
|
|
3269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3270
|
+
property :modernization_compatibility, as: 'modernizationCompatibility'
|
|
3271
|
+
end
|
|
3272
|
+
end
|
|
3273
|
+
|
|
3242
3274
|
class ServiceMeshFeatureState
|
|
3243
3275
|
# @private
|
|
3244
3276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3339,6 +3371,15 @@ module Google
|
|
|
3339
3371
|
end
|
|
3340
3372
|
end
|
|
3341
3373
|
|
|
3374
|
+
class UpgradeRolloutSequenceRequest
|
|
3375
|
+
# @private
|
|
3376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3377
|
+
property :force, as: 'force'
|
|
3378
|
+
property :upgrade_type, as: 'upgradeType'
|
|
3379
|
+
property :version, as: 'version'
|
|
3380
|
+
end
|
|
3381
|
+
end
|
|
3382
|
+
|
|
3342
3383
|
class ValidateCreateMembershipRequest
|
|
3343
3384
|
# @private
|
|
3344
3385
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -2055,10 +2055,42 @@ module Google
|
|
|
2055
2055
|
execute_or_queue_command(command, &block)
|
|
2056
2056
|
end
|
|
2057
2057
|
|
|
2058
|
-
#
|
|
2059
|
-
#
|
|
2060
|
-
#
|
|
2061
|
-
#
|
|
2058
|
+
# Upgrades a rollout sequence.
|
|
2059
|
+
# @param [String] name
|
|
2060
|
+
# Required. The name of the rollout sequence. Format: projects/`project`/
|
|
2061
|
+
# locations/`location`/rolloutSequences/`rollout_sequence`
|
|
2062
|
+
# @param [Google::Apis::GkehubV1alpha::UpgradeRolloutSequenceRequest] upgrade_rollout_sequence_request_object
|
|
2063
|
+
# @param [String] fields
|
|
2064
|
+
# Selector specifying which fields to include in a partial response.
|
|
2065
|
+
# @param [String] quota_user
|
|
2066
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2067
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2068
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2069
|
+
# Request-specific options
|
|
2070
|
+
#
|
|
2071
|
+
# @yield [result, err] Result & error if block supplied
|
|
2072
|
+
# @yieldparam result [Google::Apis::GkehubV1alpha::Operation] parsed result object
|
|
2073
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2074
|
+
#
|
|
2075
|
+
# @return [Google::Apis::GkehubV1alpha::Operation]
|
|
2076
|
+
#
|
|
2077
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2078
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2079
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2080
|
+
def upgrade_rollout_sequence(name, upgrade_rollout_sequence_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2081
|
+
command = make_simple_command(:post, 'v1alpha/{+name}:upgrade', options)
|
|
2082
|
+
command.request_representation = Google::Apis::GkehubV1alpha::UpgradeRolloutSequenceRequest::Representation
|
|
2083
|
+
command.request_object = upgrade_rollout_sequence_request_object
|
|
2084
|
+
command.response_representation = Google::Apis::GkehubV1alpha::Operation::Representation
|
|
2085
|
+
command.response_class = Google::Apis::GkehubV1alpha::Operation
|
|
2086
|
+
command.params['name'] = name unless name.nil?
|
|
2087
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2088
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2089
|
+
execute_or_queue_command(command, &block)
|
|
2090
|
+
end
|
|
2091
|
+
|
|
2092
|
+
# Cancels a Rollout. The rollout will not be started on new clusters, however
|
|
2093
|
+
# the rollout running on the cluster will be allowed to finish.
|
|
2062
2094
|
# @param [String] name
|
|
2063
2095
|
# Required. The name of the rollout to cancel. projects/`project`/locations/`
|
|
2064
2096
|
# location`/rollouts/`rollout`
|
|
@@ -2092,6 +2124,49 @@ module Google
|
|
|
2092
2124
|
execute_or_queue_command(command, &block)
|
|
2093
2125
|
end
|
|
2094
2126
|
|
|
2127
|
+
# Removes a Rollout.
|
|
2128
|
+
# @param [String] name
|
|
2129
|
+
# Required. The name of the rollout to delete. projects/`project`/locations/`
|
|
2130
|
+
# location`/rollouts/`rollout`
|
|
2131
|
+
# @param [String] request_id
|
|
2132
|
+
# Optional. A request ID to identify requests. Specify a unique request ID so
|
|
2133
|
+
# that if you must retry your request, the server will know to ignore the
|
|
2134
|
+
# request if it has already been completed. The server will guarantee that for
|
|
2135
|
+
# at least 60 minutes after the first request. For example, consider a situation
|
|
2136
|
+
# where you make an initial request and the request times out. If you make the
|
|
2137
|
+
# request again with the same request ID, the server can check if original
|
|
2138
|
+
# operation with the same request ID was received, and if so, will ignore the
|
|
2139
|
+
# second request. This prevents clients from accidentally creating duplicate
|
|
2140
|
+
# commitments. The request ID must be a valid UUID with the exception that zero
|
|
2141
|
+
# UUID is not supported (00000000-0000-0000-0000-000000000000).
|
|
2142
|
+
# @param [String] fields
|
|
2143
|
+
# Selector specifying which fields to include in a partial response.
|
|
2144
|
+
# @param [String] quota_user
|
|
2145
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
2146
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
2147
|
+
# @param [Google::Apis::RequestOptions] options
|
|
2148
|
+
# Request-specific options
|
|
2149
|
+
#
|
|
2150
|
+
# @yield [result, err] Result & error if block supplied
|
|
2151
|
+
# @yieldparam result [Google::Apis::GkehubV1alpha::Operation] parsed result object
|
|
2152
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
2153
|
+
#
|
|
2154
|
+
# @return [Google::Apis::GkehubV1alpha::Operation]
|
|
2155
|
+
#
|
|
2156
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
2157
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
2158
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
2159
|
+
def delete_project_location_rollout(name, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
2160
|
+
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
|
2161
|
+
command.response_representation = Google::Apis::GkehubV1alpha::Operation::Representation
|
|
2162
|
+
command.response_class = Google::Apis::GkehubV1alpha::Operation
|
|
2163
|
+
command.params['name'] = name unless name.nil?
|
|
2164
|
+
command.query['requestId'] = request_id unless request_id.nil?
|
|
2165
|
+
command.query['fields'] = fields unless fields.nil?
|
|
2166
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
2167
|
+
execute_or_queue_command(command, &block)
|
|
2168
|
+
end
|
|
2169
|
+
|
|
2095
2170
|
# Force-completes a rollout stage. Only the active stage of an active rollout
|
|
2096
2171
|
# can be force-completed.
|
|
2097
2172
|
# @param [String] name
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.111.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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.111.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:
|