vicondition

package
v0.0.0-...-ef97745 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// DatasourceReady indicates that the datasource is ready for use, allowing the import process to start.
	DatasourceReady DatasourceReadyReason = "DatasourceReady"
	// ContainerRegistrySecretNotFound indicates that the container registry secret was not found, which prevents the import process from starting.
	ContainerRegistrySecretNotFound DatasourceReadyReason = "ContainerRegistrySecretNotFound"
	// ImageNotReady indicates that the `VirtualImage` datasource is not ready yet, which prevents the import process from starting.
	ImageNotReady DatasourceReadyReason = "ImageNotReady"
	// ClusterImageNotReady indicates that the `VirtualImage` datasource is not ready, which prevents the import process from starting.
	ClusterImageNotReady DatasourceReadyReason = "ClusterImageNotReady"
	// VirtualDiskNotReady indicates that the `VirtualDisk` datasource is not ready, which prevents the import process from starting.
	VirtualDiskNotReady DatasourceReadyReason = "VirtualDiskNotReady"
	// VirtualDiskInUseInRunningVirtualMachine indicates that the `VirtualDisk` attached to running `VirtualMachine`
	VirtualDiskInUseInRunningVirtualMachine DatasourceReadyReason = "VirtualDiskInUseInRunningVirtualMachine"

	// WaitForUserUpload indicates that the `VirtualImage` is waiting for the user to upload a datasource for the import process to continue.
	WaitForUserUpload ReadyReason = "WaitForUserUpload"
	// Provisioning indicates that the provisioning process is currently in progress.
	Provisioning ReadyReason = "Provisioning"
	// ProvisioningNotStarted indicates that the provisioning process has not started yet.
	ProvisioningNotStarted ReadyReason = "ProvisioningNotStarted"
	// ProvisioningFailed indicates that the provisioning process has failed.
	ProvisioningFailed ReadyReason = "ProvisioningFailed"
	// StorageClassNotReady indicates that the provisioning process pending because `StorageClass` not ready.
	StorageClassNotReady ReadyReason = "StorageClassNotReady"
	// Ready indicates that the import process is complete and the `VirtualImage` is ready for use.
	Ready ReadyReason = "Ready"

	// Lost indicates that the underlying PersistentVolumeClaim has been lost and the `VirtualImage` can no longer be used.
	Lost ReadyReason = "PVCLost"

	// StorageClassReady indicates that the chosen StorageClass exists.
	StorageClassReady StorageClassReadyReason = "StorageClassReady"
	// StorageClassNotFound indicates that the chosen StorageClass not found.
	StorageClassNotFound StorageClassReadyReason = "StorageClassNotFound"
	// DVCRTypeUsed indicates that the DVCR provisioning chosen.
	DVCRTypeUsed StorageClassReadyReason = "DVCRTypeUsed"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DatasourceReadyReason

type DatasourceReadyReason string

DatasourceReadyReason represents the various reasons for the DatasourceReady condition type.

func (DatasourceReadyReason) String

func (s DatasourceReadyReason) String() string

type ReadyReason

type ReadyReason string

ReadyReason represents the various reasons for the Ready condition type.

func (ReadyReason) String

func (s ReadyReason) String() string

type StorageClassReadyReason

type StorageClassReadyReason string

StorageClassReadyReason represents the various reasons for the StorageClassReady condition type.

func (StorageClassReadyReason) String

func (s StorageClassReadyReason) String() string

type Type

type Type string

Type represents the various condition types for the `VirtualImage`.

const (
	// DatasourceReadyType indicates whether the datasource (for example, a `VirtualImage`) is ready, allowing the import process for the `VirtualImage` to start.
	DatasourceReadyType Type = "DatasourceReady"
	// ReadyType indicates whether the import process succeeded and the `VirtualImage` is ready for use.
	ReadyType Type = "Ready"
	// StorageClassReadyType indicates whether the storageClass ready
	StorageClassReadyType Type = "StorageClassReady"
)

func (Type) String

func (s Type) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL