Skip to content

Commit

Permalink
update flag for classes gate
Browse files Browse the repository at this point in the history
Signed-off-by: lsviben <[email protected]>
  • Loading branch information
lsviben committed Oct 18, 2024
1 parent faad4a0 commit 6eff20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/spaces/v1beta1/controlplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ type ControlPlaneSpec struct {
// +kubebuilder:validation:XValidation:rule="!has(oldSelf.finishedAt) || oldSelf.finishedAt == self.finishedAt",message="finishedAt is immutable once set"
Restore *Restore `json:"restore,omitempty"`

// [[GATE:EnableClasses]]
// [[GATE:EnableControlPlaneClasses]]
// Class specifies the class of the control plane. This affects the
// control plane sizing, including component replicas and resource
// requirements. There are multiple predefined classes, with "default"
Expand Down

0 comments on commit 6eff20e

Please sign in to comment.