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 cacde34 commit bec825aCopy full SHA for bec825a
pkg/patterns/addon/pkg/apis/v1alpha1/common_types.go
@@ -49,7 +49,7 @@ type CommonSpec struct {
49
type CommonStatus struct {
50
Healthy bool `json:"healthy"`
51
Errors []string `json:"errors,omitempty"`
52
- Phase string `json:"phase,omitempty"`
+ Phase string `json:"phase,omitempty"`
53
}
54
55
// Patchable is a trait for addon CRDs that expose a raw set of Patches to be
0 commit comments