File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
controlplane/rosa/api/v1beta2 Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ const (
5959 // Stable channel group is the default channel group for stable releases.
6060 Stable ChannelGroupType = "stable"
6161
62+ // Fast channel group is the early release channel for generally available releases.
63+ Fast ChannelGroupType = "fast"
64+
6265 // Candidate channel group is for testing candidate builds.
6366 Candidate ChannelGroupType = "candidate"
6467
@@ -107,7 +110,7 @@ type RosaControlPlaneSpec struct { //nolint: maligned
107110
108111 // OpenShift version channel group, default is stable.
109112 //
110- // +kubebuilder:validation:Enum=stable;candidate;nightly
113+ // +kubebuilder:validation:Enum=stable;fast; candidate;nightly
111114 // +kubebuilder:default=stable
112115 ChannelGroup ChannelGroupType `json:"channelGroup"`
113116
You can’t perform that action at this time.
0 commit comments