Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.52 KB

VersionGate.md

File metadata and controls

21 lines (17 loc) · 1.52 KB

VersionGate

Representation of an OpenShift version gate.

Properties

Name Type Description Notes
kind str Indicates the type of this object. Will be 'VersionGate' if this is a complete object or 'VersionGateLink' if it is just a link. [optional]
id str Unique identifier of the object. [optional]
href str Self link. [optional]
sts_only bool STSOnly indicates if this version gate is for STS clusters only [optional]
creation_timestamp datetime CreationTimestamp is the date and time when the version gate was created, format defined in https://www.ietf.org/rfc/rfc3339.txt[RC3339]. [optional]
description str Description of the version gate. [optional]
documentation_url str DocumentationURL is the URL for the documentation of the version gate. [optional]
label str Label representing the version gate in OpenShift. [optional]
value str Value represents the required value of the label. [optional]
version_raw_id_prefix str VersionRawIDPrefix represents the versions prefix that the gate applies to. [optional]
warning_message str WarningMessage is a warning that will be displayed to the user before they acknowledge the gate [optional]

[Back to Model list] [Back to API list] [Back to README]