Documentation ¶
Index ¶
Constants ¶
View Source
const FILE_NAME = "test-data.txt"
View Source
const OPT_IN_ANN, OPT_OUT_ANN = "backup.velero.io/backup-volumes", "backup.velero.io/backup-volumes-excludes"
View Source
const POD_COUNT, VOLUME_COUNT_PER_POD = 2, 3
Variables ¶
View Source
var OptInPVBackupTest func() = TestFunc(&PVBackupFiltering{annotation: OPT_IN_ANN, id: "opt-in"})
View Source
var 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) StartRun ¶
func (p *PVBackupFiltering) StartRun() error
func (*PVBackupFiltering) Verify ¶
func (p *PVBackupFiltering) Verify() error
Click to show internal directories.
Click to hide internal directories.