Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectedResourcesDeleterInterface ¶
type ProjectedResourcesDeleterInterface interface {
Delete(ctx context.Context, projectName string) error
}
ProjectedResourcesDeleterInterface to delete a project with all resources in it.
func NewProjectedResourcesDeleter ¶
func NewProjectedResourcesDeleter(projectClient v1clientset.ProjectInterface, businessClient v1clientset.BusinessV1Interface, finalizerToken businessv1.FinalizerName, deleteProjectWhenDone bool, registryEnabled bool, authClient authversionedclient.AuthV1Interface) ProjectedResourcesDeleterInterface
NewProjectedResourcesDeleter to create the projectedResourcesDeleter that implement the ProjectedResourcesDeleterInterface by given client and configure.
Click to show internal directories.
Click to hide internal directories.