Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ spec:
description: Summary totals of resulting ManifestWorks for the
placement
properties:
Applied:
applied:
description: 'Applied is the number of ManifestWorks with
condition Applied: true'
type: integer
Expand All @@ -763,7 +763,7 @@ spec:
summary:
description: Summary totals of resulting ManifestWorks for all placements
properties:
Applied:
applied:
description: 'Applied is the number of ManifestWorks with condition
Applied: true'
type: integer
Expand Down
2 changes: 1 addition & 1 deletion work/v1alpha1/types_manifestworkreplicaset.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type ManifestWorkReplicaSetSummary struct {
// TODO: Degraded is the number of ManifestWorks with condition Degraded: true
Degraded int `json:"degraded"`
// Applied is the number of ManifestWorks with condition Applied: true
Applied int `json:"Applied"`
Applied int `json:"applied"`
}

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