We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944f208 commit 18e6d7aCopy full SHA for 18e6d7a
api/clusters/v1alpha1/constants.go
@@ -13,15 +13,6 @@ const (
13
PURPOSE_MCP = "mcp"
14
)
15
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
-
25
const (
26
// PHASE_UNKNOWN represents an unknown phase for the cluster.
27
PHASE_UNKNOWN string = "Unknown"
0 commit comments