Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartGroupResourcesDeleterInterface ¶
type ChartGroupResourcesDeleterInterface interface {
Delete(projectName, chartGroupName string) error
}
ChartGroupResourcesDeleterInterface to delete a chartGroup with all resources in it.
func NewChartGroupResourcesDeleter ¶
func NewChartGroupResourcesDeleter(registryClient registryversionedclient.RegistryV1Interface, businessClient v1clientset.BusinessV1Interface, finalizerToken businessv1.FinalizerName, deleteChartGroupWhenDone bool) ChartGroupResourcesDeleterInterface
NewChartGroupResourcesDeleter to create the chartGroupResourcesDeleter that implement the ChartGroupResourcesDeleterInterface by given businessClient, registryClient and configure.
Click to show internal directories.
Click to hide internal directories.