mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Add a new EKS pipeline with IRSA as credential
Signed-off-by: danfengl <danfengl@vmware.com>
This commit is contained in:
@@ -71,11 +71,14 @@ type VeleroConfig struct {
|
||||
KibishiiDirectory string
|
||||
Debug bool
|
||||
GCFrequency string
|
||||
DefaultCluster string
|
||||
StandbyCluster string
|
||||
DefaultClusterContext string
|
||||
StandbyClusterContext string
|
||||
ClientToInstallVelero *TestClient
|
||||
DefaultClient *TestClient
|
||||
StandbyClient *TestClient
|
||||
ClusterToInstallVelero string
|
||||
DefaultClusterName string
|
||||
StandbyClusterName string
|
||||
ProvideSnapshotsVolumeParam bool
|
||||
VeleroServerDebugMode bool
|
||||
SnapshotMoveData bool
|
||||
@@ -87,6 +90,9 @@ type VeleroConfig struct {
|
||||
IsUpgradeTest bool
|
||||
WithoutDisableInformerCacheParam bool
|
||||
DisableInformerCache bool
|
||||
CreateClusterRoleBinding bool
|
||||
ServiceAccountName string
|
||||
EKSPolicyARN string
|
||||
}
|
||||
|
||||
type VeleroCfgInPerf struct {
|
||||
|
||||
Reference in New Issue
Block a user