We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c11d9 commit 532e296Copy full SHA for 532e296
1 file changed
rollout/v1alpha1/shared_types.go
@@ -116,3 +116,13 @@ type CanaryProgressingInfo struct{}
116
type BatchProgressingInfo struct {
117
CurrentBatchIndex int32 `json:"currentBatchIndex"`
118
}
119
+
120
+const (
121
+ RouteConditionTypeReady = "Ready"
122
+ RouteConditionTypeSynced = "Synced"
123
+)
124
125
+// RouteConditionExtension contains the conditions of route
126
+type RouteConditionExtension struct {
127
+ Conditions []metav1.Condition `json:"conditions,omitempty"`
128
+}
0 commit comments