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 d109b26 commit f53bd22Copy full SHA for f53bd22
pkg/apis/kai/v1/config_types.go
@@ -28,7 +28,6 @@ const (
28
ConditionTypeDeployed ConditionType = "Deployed"
29
ConditionTypeAvailable ConditionType = "Available"
30
ConditionDependenciesFulfilled ConditionType = "DependenciesFulfilled"
31
- ConditionDependenciesMissing ConditionType = "DependenciesMissing"
32
)
33
34
type ConditionReason string
0 commit comments