File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ const (
28
28
SyncOptionPruneLast = "PruneLast=true"
29
29
// Sync option that enables use of replace or create command instead of apply
30
30
SyncOptionReplace = "Replace=true"
31
+ // Sync option that disables use of replace or create command instead of apply
32
+ SyncOptionDisableReplace = "Replace=false"
31
33
// Sync option that enables use of --force flag, delete and re-create
32
34
SyncOptionForce = "Force=true"
33
35
// Sync option that enables use of --server-side flag instead of client-side
@@ -38,6 +40,8 @@ const (
38
40
SyncOptionDisableDeletion = "Delete=false"
39
41
// Sync option that sync only out of sync resources
40
42
SyncOptionApplyOutOfSyncOnly = "ApplyOutOfSyncOnly=true"
43
+ // Sync option that disables sync only out of sync resources
44
+ SyncOptionDisableApplyOutOfSyncOnly = "ApplyOutOfSyncOnly=false"
41
45
// Sync option that requires confirmation before deleting the resource
42
46
SyncOptionDeleteRequireConfirm = "Delete=confirm"
43
47
// Sync option that requires confirmation before deleting the resource
You can’t perform that action at this time.
0 commit comments