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
6 changes: 4 additions & 2 deletions apis/placement/v1beta1/binding_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ const (
// - "Unknown" means we haven't finished the apply yet so that we cannot check the resource availability.
ResourceBindingAvailable ResourceBindingConditionType = "Available"

// ResourceBindingDiffReported indicates whether Fleet has successfully reported configuration
// differences between the hub cluster and a member cluster for the given resources.
// ResourceBindingDiffReported indicates that Fleet has successfully reported configuration
// differences between the hub cluster and a specific member cluster for the given resources.
//
// This condition is added only when the ReportDiff apply strategy is used.
//
// It can have the following condition statuses:
// * True: Fleet has successfully reported configuration differences for all resources.
Expand Down
Loading
Loading