Skip to content

Commit

Permalink
Resolving last bits of feedback from Lior's PR
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Oct 9, 2023
1 parent efddbff commit 8951d25
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apis/v1beta1/gatewayclass_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,9 @@ type GatewayClassStatus struct {
// +kubebuilder:default={{type: "Accepted", status: "Unknown", message: "Waiting for controller", reason: "Pending", lastTransitionTime: "1970-01-01T00:00:00Z"}}
Conditions []metav1.Condition `json:"conditions,omitempty"`

// TODO(LiorLieberman) explore adding CEL validation to ensure the list is sorted.
// SupportedFeatures is the set of features the GatewayClass support.
// It should be sorted in ascending alphabetical order.
//+optional
// It MUST be sorted in ascending alphabetical order.
// +optional
// +listType=set
// <gateway:experimental>
// +kubebuilder:validation:MaxItems=64
Expand Down

0 comments on commit 8951d25

Please sign in to comment.