Skip to content

Commit f5e8926

Browse files
authored
Minor fixes (#962)
1 parent 1aee487 commit f5e8926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/placement/v1beta1/clusterresourceplacement_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ const (
612612
// ComparisonOptionTypePartialComparison will compare only fields that are managed by Fleet, i.e.,
613613
// fields that are specified explicitly in the hub cluster manifest. Unmanaged fields
614614
// are ignored.
615-
ComparisonOptionTypePartialComparison ComparisonOptionType = "PartialDiff"
615+
ComparisonOptionTypePartialComparison ComparisonOptionType = "PartialComparison"
616616

617617
// ComparisonOptionTypeFullDiff will compare all fields of the resource, even if the fields
618618
// are absent from the hub cluster manifest.
619-
ComparisonOptionTypeFullComparison ComparisonOptionType = "FullDiff"
619+
ComparisonOptionTypeFullComparison ComparisonOptionType = "FullComparison"
620620
)
621621

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

0 commit comments

Comments
 (0)