Skip to content

Commit bd94200

Browse files
committed
Desired Total for MWRS summary
1 parent 855074c commit bd94200

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

work/v1alpha1/types_manifestworkreplicaset.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ type ManifestWorkReplicaSetSummary struct {
133133
Degraded int `json:"degraded"`
134134
// Applied is the number of ManifestWorks with condition Applied: true
135135
Applied int `json:"applied"`
136-
// DesiredTotal is the total number of ManifestWorks that will be created by the ManifestWorkReplicaSet.
136+
// DesiredTotal is the number of ManifestWorks that will be created by the ManifestWorkReplicaSet.
137137
DesiredTotal int `json:"desiredTotal"`
138+
// Updated is the number of clusters with updated revision applied.
139+
Updated int `json:"updated"`
138140
}
139141

140142
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

0 commit comments

Comments
 (0)