Skip to content

Commit f53bd22

Browse files
committed
fix: remove unused condition name
1 parent d109b26 commit f53bd22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/apis/kai/v1/config_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ const (
2828
ConditionTypeDeployed ConditionType = "Deployed"
2929
ConditionTypeAvailable ConditionType = "Available"
3030
ConditionDependenciesFulfilled ConditionType = "DependenciesFulfilled"
31-
ConditionDependenciesMissing ConditionType = "DependenciesMissing"
3231
)
3332

3433
type ConditionReason string

0 commit comments

Comments
 (0)