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.
2 parents f389731 + af4e6b0 commit d76f104Copy full SHA for d76f104
work/v1/types.go
@@ -117,7 +117,7 @@ type ManifestWorkStatus struct {
117
// 3. Available represents workload in ManifestWork exists on the managed cluster.
118
// 4. Degraded represents the current state of workload does not match the desired
119
// state for a certain period.
120
- Conditions []metav1.Condition `json:"conditions"`
+ Conditions []metav1.Condition `json:"conditions,omitempty"`
121
122
// ResourceStatus represents the status of each resource in manifestwork deployed on a
123
// managed cluster. The Klusterlet agent on managed cluster syncs the condition from the managed cluster to the hub.
0 commit comments