Skip to content

Commit

Permalink
Fix accidentally added line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Riffer committed Jul 8, 2024
1 parent 4fb29ed commit b3b2b03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/gateway/v2alpha1/apirule_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ type APIRuleStatus struct {
// State signifies current state of APIRule.
// Value can be one of ("Ready", "Processing", "Error", "Deleting", "Warning").
// +kubebuilder:validation:Required

// +kubebuilder:validation:Enum=Processing;Deleting;Ready;Error;Warning
State State `json:"state"`
// Description of APIRule status
Expand Down
3 changes: 3 additions & 0 deletions config/crd/bases/gateway.kyma-project.io_apirules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@ spec:
format: date-time
type: string
state:
description: |-
State signifies current state of APIRule.
Value can be one of ("Ready", "Processing", "Error", "Deleting", "Warning").
enum:
- Processing
- Deleting
Expand Down

0 comments on commit b3b2b03

Please sign in to comment.