Skip to content

Commit

Permalink
fixup: add type
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani committed Oct 9, 2024
1 parent 9659e8f commit 4a50c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/status/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const (

const (
ConditionTypeIncorrectNUMAResourcesOperatorResourceName = "IncorrectNUMAResourcesOperatorResourceName"
ConditionTypeInternalError = "Internal Error"
)

// UpdateConditions compute new conditions based on arguments, and then compare with given current conditions.
Expand Down

0 comments on commit 4a50c3a

Please sign in to comment.