VersionProfile interface
Versions represents an OpenShift version.
Properties
| channel |
ChannelGroup is the name of the set to which this version belongs. Each version belongs to only a single set. If not specified, the default value is 'stable'. |
| id | ID is the desired X.Y version of the cluster control plane. |
Property Details
channelGroup
ChannelGroup is the name of the set to which this version belongs. Each version belongs to only a single set.
If not specified, the default value is 'stable'.
channelGroup?: string
Property Value
string
id
ID is the desired X.Y version of the cluster control plane.
id: string
Property Value
string