diff --git a/model/clusters_mgmt/v1/version_gate_type.model b/model/clusters_mgmt/v1/version_gate_type.model index 46b5190d..995a9e20 100644 --- a/model/clusters_mgmt/v1/version_gate_type.model +++ b/model/clusters_mgmt/v1/version_gate_type.model @@ -34,9 +34,14 @@ class VersionGate { // DocumentationURL is the URL for the documentation of the version gate. DocumentationURL String - // STSOnly indicates if this version gate is for STS clusters only + // STSOnly indicates if this version gate is for STS clusters only, + // deprecated: to be replaced with ClusterCondition STSOnly Boolean + // ClusterCondition aims at selecting the clusters targeted by this version gate, + // ignored if STSOnly is true + ClusterCondition String + // CreationTimestamp is the date and time when the version gate was created, // format defined in https://www.ietf.org/rfc/rfc3339.txt[RC3339]. CreationTimestamp Date