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 917f5a0 commit ed70eacCopy full SHA for ed70eac
pkg/sync/common/types.go
@@ -29,6 +29,8 @@ const (
29
SyncOptionReplace = "Replace=true"
30
// Sync option that enables use of --server-side flag instead of client-side
31
SyncOptionServerSideApply = "ServerSideApply=true"
32
+ // Sync option that disables resource deletion
33
+ SyncOptionDisableDeletion = "Delete=false"
34
)
35
36
type PermissionValidator func(un *unstructured.Unstructured, res *metav1.APIResource) error
0 commit comments