Documentation ¶
Index ¶
- func NewCustomTestSnapshotAndHandle(snapshotStore clustersnapshot.ClusterSnapshotStore) (clustersnapshot.ClusterSnapshot, *framework.Handle, error)
- func NewCustomTestSnapshotOrDie(t testFailer, snapshotStore clustersnapshot.ClusterSnapshotStore) clustersnapshot.ClusterSnapshot
- func NewTestSnapshotAndHandle() (clustersnapshot.ClusterSnapshot, *framework.Handle, error)
- func NewTestSnapshotOrDie(t testFailer) clustersnapshot.ClusterSnapshot
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomTestSnapshotAndHandle ¶
func NewCustomTestSnapshotAndHandle(snapshotStore clustersnapshot.ClusterSnapshotStore) (clustersnapshot.ClusterSnapshot, *framework.Handle, error)
NewCustomTestSnapshotAndHandle returns an instance of ClusterSnapshot with a specific ClusterSnapshotStore that can be used in tests.
func NewCustomTestSnapshotOrDie ¶
func NewCustomTestSnapshotOrDie(t testFailer, snapshotStore clustersnapshot.ClusterSnapshotStore) clustersnapshot.ClusterSnapshot
NewCustomTestSnapshotOrDie returns an instance of ClusterSnapshot with a specific ClusterSnapshotStore that can be used in tests.
func NewTestSnapshotAndHandle ¶
func NewTestSnapshotAndHandle() (clustersnapshot.ClusterSnapshot, *framework.Handle, error)
NewTestSnapshotAndHandle returns an instance of ClusterSnapshot and a framework handle that can be used in tests.
func NewTestSnapshotOrDie ¶
func NewTestSnapshotOrDie(t testFailer) clustersnapshot.ClusterSnapshot
NewTestSnapshotOrDie returns an instance of ClusterSnapshot that can be used in tests.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.