Documentation ¶
Index ¶
- func AllVMIs(namespace string) func() ([]virtv1.VirtualMachineInstance, error)
- func BeGone() types.GomegaMatcher
- func BeInPhase(phase interface{}) types.GomegaMatcher
- func BePresent() types.GomegaMatcher
- func Exist() types.GomegaMatcher
- func HavePhase(phase interface{}) types.GomegaMatcher
- func ThisDV(dv *v1beta1.DataVolume) func() (*v1beta1.DataVolume, error)
- func ThisPod(pod *v1.Pod) func() (*v1.Pod, error)
- func ThisVMI(vmi *virtv1.VirtualMachineInstance) func() (*virtv1.VirtualMachineInstance, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllVMIs ¶
func AllVMIs(namespace string) func() ([]virtv1.VirtualMachineInstance, error)
AllVMI fetches the latest state of the pod. If the object does not exist, nil is returned.
func BeGone ¶
func BeGone() types.GomegaMatcher
func BeInPhase ¶
func BeInPhase(phase interface{}) types.GomegaMatcher
func BePresent ¶
func BePresent() types.GomegaMatcher
func Exist ¶
func Exist() types.GomegaMatcher
func HavePhase ¶
func HavePhase(phase interface{}) types.GomegaMatcher
func ThisDV ¶
func ThisDV(dv *v1beta1.DataVolume) func() (*v1beta1.DataVolume, error)
ThisDV fetches the latest state of the pod. If the object does not exist, nil is returned.
func ThisPod ¶
ThisPod fetches the latest state of the pod. If the object does not exist, nil is returned.
func ThisVMI ¶
func ThisVMI(vmi *virtv1.VirtualMachineInstance) func() (*virtv1.VirtualMachineInstance, error)
ThisVMI fetches the latest state of the pod. If the object does not exist, nil is returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.