We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425d65e commit ed7c77aCopy full SHA for ed7c77a
pkg/sync/common/types.go
@@ -31,6 +31,8 @@ const (
31
SyncOptionServerSideApply = "ServerSideApply=true"
32
// Sync option that disables resource deletion
33
SyncOptionDisableDeletion = "Delete=false"
34
+ // Sync option that sync only out of sync resources
35
+ SyncOptionApplyOutOfSyncOnly = "ApplyOutOfSyncOnly=true"
36
)
37
38
type PermissionValidator func(un *unstructured.Unstructured, res *metav1.APIResource) error
0 commit comments