Skip to content

Commit 855074c

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

work/v1alpha1/types_manifestworkreplicaset.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ 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.
137+
DesiredTotal int `json:"desiredTotal"`
136138
}
137139

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

0 commit comments

Comments
 (0)