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 2337d27 commit 855074cCopy full SHA for 855074c
work/v1alpha1/types_manifestworkreplicaset.go
@@ -133,6 +133,8 @@ 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.
137
+ DesiredTotal int `json:"desiredTotal"`
138
}
139
140
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
0 commit comments