We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e727e commit 1278cc3Copy full SHA for 1278cc3
model/clusters_mgmt/v1/version_gate_type.model
@@ -34,9 +34,14 @@ class VersionGate {
34
// DocumentationURL is the URL for the documentation of the version gate.
35
DocumentationURL String
36
37
- // STSOnly indicates if this version gate is for STS clusters only
+ // STSOnly indicates if this version gate is for STS clusters only,
38
+ // deprecated: to be replaced with ClusterCondition
39
STSOnly Boolean
40
41
+ // ClusterCondition aims at selecting the clusters targeted by this version gate,
42
+ // ignored if STSOnly is true
43
+ ClusterCondition String
44
+
45
// CreationTimestamp is the date and time when the version gate was created,
46
// format defined in https://www.ietf.org/rfc/rfc3339.txt[RC3339].
47
CreationTimestamp Date
0 commit comments