Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrVolumeNotSameHost = "all volumes must exist in pools on the same host as the domain" ErrNetworkNotSameHost = "all networks must be on the same host as the domain" ErrPCIDeviceNotSameHost = "all pci devices must be on the same host as the domain" ErrVolumeNotReady = "volume is not ready" ErrNetworkNotReady = "network is not ready" ErrPCIDeviceNotReady = "pci device is not ready" )
View Source
const ( ErrVolumeInUse = "volume is in use by another resource" ErrBackingStoreNotCreated = "backing store volume has not yet been created" ErrBackingStoreNotSameHost = "backing store does not exist on the same host" ErrCannotResizeBackingStore = "can not resize volume that is used as a backing store" ErrVolumeMultipleDomains = "volume linked to multiple domains" )
Errors
View Source
const (
CIPrefix = "cidata:"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthReconciler ¶
func (*AuthReconciler) SetupWithManager ¶
func (r *AuthReconciler) SetupWithManager(mgr ctrl.Manager) error
type CloudInitReconciler ¶
func (*CloudInitReconciler) SetupWithManager ¶
func (r *CloudInitReconciler) SetupWithManager(mgr ctrl.Manager) error
type DomainReconciler ¶
func (*DomainReconciler) SetupWithManager ¶
func (r *DomainReconciler) SetupWithManager(mgr ctrl.Manager) error
type HostReconciler ¶
func (*HostReconciler) SetupWithManager ¶
func (r *HostReconciler) SetupWithManager(mgr ctrl.Manager) error
type NetworkReconciler ¶
func (*NetworkReconciler) SetupWithManager ¶
func (r *NetworkReconciler) SetupWithManager(mgr ctrl.Manager) error
type PCIDeviceReconciler ¶
func (*PCIDeviceReconciler) SetupWithManager ¶
func (r *PCIDeviceReconciler) SetupWithManager(mgr ctrl.Manager) error
type PoolReconciler ¶
func (*PoolReconciler) SetupWithManager ¶
func (r *PoolReconciler) SetupWithManager(mgr ctrl.Manager) error
type VolumeReconciler ¶
func (*VolumeReconciler) SetupWithManager ¶
func (r *VolumeReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.