Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartGroupResourcesDeleterInterface ¶
type ChartGroupResourcesDeleterInterface interface {
Delete(ctx context.Context, chartGroupName string) error
}
ChartGroupResourcesDeleterInterface to delete a chartGroup with all resources in it.
func NewChartGroupResourcesDeleter ¶
func NewChartGroupResourcesDeleter(businessClient businessversionedclient.BusinessV1Interface, registryClient v1clientset.RegistryV1Interface, finalizerToken registryv1.FinalizerName, deleteChartGroupWhenDone bool, helmClient *helm.APIClient) 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.