Add param disable informer cache for velero installation

Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
danfengl
2024-01-05 07:22:50 +00:00
parent 3401db47f9
commit fdca488209
6 changed files with 29 additions and 4 deletions
+2
View File
@@ -85,6 +85,8 @@ type VeleroConfig struct {
StandbyClusterOjbectStoreProvider string
DebugVeleroPodRestart bool
IsUpgradeTest bool
WithoutDisableInformerCacheParam bool
DisableInformerCache bool
}
type VeleroCfgInPerf struct {