Skip to content
Merged
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
2 changes: 1 addition & 1 deletion cluster/v1beta1/types_placementdecision.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type ClusterDecision struct {

// Score is the computed score for the cluster based on configured prioritizers
// +optional
Score int64 `json:"score"`
Score int64 `json:"score,omitzero"`
}

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