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 855074c commit bd94200Copy full SHA for bd94200
work/v1alpha1/types_manifestworkreplicaset.go
@@ -133,8 +133,10 @@ type ManifestWorkReplicaSetSummary struct {
133
Degraded int `json:"degraded"`
134
// Applied is the number of ManifestWorks with condition Applied: true
135
Applied int `json:"applied"`
136
- // DesiredTotal is the total number of ManifestWorks that will be created by the ManifestWorkReplicaSet.
+ // DesiredTotal is the number of ManifestWorks that will be created by the ManifestWorkReplicaSet.
137
DesiredTotal int `json:"desiredTotal"`
138
+ // Updated is the number of clusters with updated revision applied.
139
+ Updated int `json:"updated"`
140
}
141
142
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
0 commit comments