Documentation ¶
Overview ¶
Package ovirt provides a cluster-destroyer for ovirt clusters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(logger logrus.FieldLogger, metadata *types.ClusterMetadata) (providers.Destroyer, error)
New returns oVirt Uninstaller from ClusterMetadata.
Types ¶
type ClusterUninstaller ¶
type ClusterUninstaller struct { Metadata types.ClusterMetadata Logger logrus.FieldLogger }
ClusterUninstaller holds the various options for the cluster we want to delete.
func (*ClusterUninstaller) Run ¶
func (uninstaller *ClusterUninstaller) Run() (*types.ClusterQuota, error)
Run is the entrypoint to start the uninstall process.
Click to show internal directories.
Click to hide internal directories.