Skip to content

Commit

Permalink
Minor fixes (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelawyu authored Nov 19, 2024
1 parent 1aee487 commit f5e8926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/placement/v1beta1/clusterresourceplacement_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -612,11 +612,11 @@ const (
// ComparisonOptionTypePartialComparison will compare only fields that are managed by Fleet, i.e.,
// fields that are specified explicitly in the hub cluster manifest. Unmanaged fields
// are ignored.
ComparisonOptionTypePartialComparison ComparisonOptionType = "PartialDiff"
ComparisonOptionTypePartialComparison ComparisonOptionType = "PartialComparison"

// ComparisonOptionTypeFullDiff will compare all fields of the resource, even if the fields
// are absent from the hub cluster manifest.
ComparisonOptionTypeFullComparison ComparisonOptionType = "FullDiff"
ComparisonOptionTypeFullComparison ComparisonOptionType = "FullComparison"
)

// WhenToApplyType describes when Fleet would apply the manifests on the hub cluster to
Expand Down

0 comments on commit f5e8926

Please sign in to comment.