Documentation ¶
Index ¶
- Constants
- func AddVolumeAndVerify(virtClient kubecli.KubevirtClient, storageClass string, vm *v1.VirtualMachine, ...) string
- func FSIGDescribe(text string, args ...interface{}) bool
- func MatchConditionIgnoreTimeStamp(expected interface{}) gomegatypes.GomegaMatcher
- func PSIGDescribe(text string, args ...interface{}) bool
- func SIGDescribe(text string, args ...interface{}) bool
- type ConditionNoTimeMatcher
- type VMICreationFunc
Constants ¶
View Source
const InvalidDataVolumeUrl = "docker://127.0.0.1/invalid:latest"
Variables ¶
This section is empty.
Functions ¶
func AddVolumeAndVerify ¶ added in v0.55.0
func AddVolumeAndVerify(virtClient kubecli.KubevirtClient, storageClass string, vm *v1.VirtualMachine, addVMIOnly bool) string
func FSIGDescribe ¶
func MatchConditionIgnoreTimeStamp ¶ added in v0.57.0
func MatchConditionIgnoreTimeStamp(expected interface{}) gomegatypes.GomegaMatcher
func PSIGDescribe ¶ added in v0.55.0
func SIGDescribe ¶
Types ¶
type ConditionNoTimeMatcher ¶ added in v0.57.0
type ConditionNoTimeMatcher struct {
Cond interface{}
}
func (*ConditionNoTimeMatcher) FailureMessage ¶ added in v0.57.0
func (matcher *ConditionNoTimeMatcher) FailureMessage(actual interface{}) (message string)
func (*ConditionNoTimeMatcher) Match ¶ added in v0.57.0
func (matcher *ConditionNoTimeMatcher) Match(actual interface{}) (success bool, err error)
func (*ConditionNoTimeMatcher) NegatedFailureMessage ¶ added in v0.57.0
func (matcher *ConditionNoTimeMatcher) NegatedFailureMessage(actual interface{}) (message string)
type VMICreationFunc ¶ added in v0.41.0
type VMICreationFunc func(string) *virtv1.VirtualMachineInstance
Click to show internal directories.
Click to hide internal directories.