Skip to content

Commit 18e6d7a

Browse files
remove unused constants
1 parent 944f208 commit 18e6d7a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

api/clusters/v1alpha1/constants.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ const (
1313
PURPOSE_MCP = "mcp"
1414
)
1515

16-
const (
17-
// CONDITION_UNKNOWN represents an unknown status for the condition.
18-
CONDITION_UNKNOWN ConditionStatus = "Unknown"
19-
// CONDITION_TRUE marks the condition as true.
20-
CONDITION_TRUE ConditionStatus = "True"
21-
// CONDITION_FALSE marks the condition as false.
22-
CONDITION_FALSE ConditionStatus = "False"
23-
)
24-
2516
const (
2617
// PHASE_UNKNOWN represents an unknown phase for the cluster.
2718
PHASE_UNKNOWN string = "Unknown"

0 commit comments

Comments
 (0)