Documentation ¶
Overview ¶
Package azure provides a cluster-destroyer for Azure 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 an Azure destroyer from ClusterMetadata.
Types ¶
type ClusterUninstaller ¶
type ClusterUninstaller struct { CloudName azure.CloudEnvironment Session *azuresession.Session InfraID string ResourceGroupName string BaseDomainResourceGroupName string NetworkResourceGroupName string Logger logrus.FieldLogger // contains filtered or unexported fields }
ClusterUninstaller holds the various options for the cluster we want to delete.
func (*ClusterUninstaller) Run ¶
func (o *ClusterUninstaller) Run() (*types.ClusterQuota, error)
Run is the entrypoint to start the uninstall process.
Click to show internal directories.
Click to hide internal directories.