Skip to content

Commit c035527

Browse files
authored
ACM-21978: support fast channelGroupType
1 parent a2d41b7 commit c035527

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

controlplane/rosa/api/v1beta2/rosacontrolplane_types.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)