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 582f002 commit 71bafb6
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. Empty or default value
// indicates a standard Spaces control plane without any additional class configuration.
Expand Down

0 comments on commit 71bafb6

Please sign in to comment.