Documentation ¶
Index ¶
Constants ¶
View Source
const PhaseConnecting = "Connecting"
View Source
const PhaseConnectionFailed = "Failed"
View Source
const PhaseConnectionSuccessful = "ConnectionVerified"
View Source
const PhaseLoadingVmDetail = "LoadingVmDetail"
View Source
const PhaseLoadingVmDetailFailed = "LoadingVmDetailFailed"
View Source
const PhaseLoadingVmsList = "LoadingVmsList"
View Source
const PhaseLoadingVmsListFailed = "LoadingVmsList"
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new V2VVmware Controller and adds it to the Manager. The Manager will set fields on the Controller and Start it when the Manager is Started.
func GetVM ¶
func GetVM(c *Client, vmName string) (*kubevirtv1alpha1.VmwareVmDetail, error)
Types ¶
type Client ¶
type LoginCredentials ¶
type LoginCredentials struct {
// contains filtered or unexported fields
}
type ReconcileV2VVmware ¶
type ReconcileV2VVmware struct {
// contains filtered or unexported fields
}
ReconcileV2VVmware reconciles a V2VVmware object
func (*ReconcileV2VVmware) Reconcile ¶
Reconcile reads that state of the cluster for a V2VVmware object and makes changes based on the state read and what is in the V2VVmware.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
Click to show internal directories.
Click to hide internal directories.