Skip to content

Commit 46c3c23

Browse files
author
jennybuckley
committed
Add Applied field to versioned set
1 parent 0e3ec6b commit 46c3c23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fieldpath/managers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type APIVersion string
2020
type VersionedSet struct {
2121
*Set
2222
APIVersion APIVersion
23+
Applied bool
2324
}
2425

2526
// ManagedFields is a map from manager to VersionedSet (what they own in

0 commit comments

Comments
 (0)