Documentation ¶
Index ¶
Constants ¶
View Source
const (
POD_COUNT, VOLUME_COUNT_PER_POD = 2, 3
OPT_IN_ANN, OPT_OUT_ANN = "backup.velero.io/backup-volumes", "backup.velero.io/backup-volumes-excludes"
FILE_NAME = "test-data.txt"
)
Variables ¶
View Source
var ( OptInPVBackupTest func() = TestFunc(&PVBackupFiltering{annotation: OPT_IN_ANN, id: "opt-in"}) OptOutPVBackupTest func() = TestFunc(&PVBackupFiltering{annotation: OPT_OUT_ANN, id: "opt-out"}) )
Functions ¶
This section is empty.
Types ¶
type PVBackupFiltering ¶
type PVBackupFiltering struct { TestCase // contains filtered or unexported fields }
func (*PVBackupFiltering) CreateResources ¶
func (p *PVBackupFiltering) CreateResources() error
func (*PVBackupFiltering) Init ¶
func (p *PVBackupFiltering) Init() error
func (*PVBackupFiltering) Verify ¶
func (p *PVBackupFiltering) Verify() error
Click to show internal directories.
Click to hide internal directories.