Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChartResourcesDeleterInterface ¶
type ChartResourcesDeleterInterface interface {
Delete(ctx context.Context, chartGroupName, chartName string) error
}
ChartResourcesDeleterInterface to delete a chart with all resources in it.
func NewChartResourcesDeleter ¶
func NewChartResourcesDeleter( registryClient v1clientset.RegistryV1Interface, multiTenantServer *multitenant.MultiTenantServer, finalizerToken registryv1.FinalizerName, deleteChartWhenDone bool, helmClient *helm.APIClient) ChartResourcesDeleterInterface
NewChartResourcesDeleter to create the chartResourcesDeleter that implement the ChartResourcesDeleterInterface by given authClient, registryClient and configure.
Click to show internal directories.
Click to hide internal directories.