Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageNamespaceResourcesDeleterInterface ¶
type ImageNamespaceResourcesDeleterInterface interface {
Delete(projectName, imageNamespaceName string) error
}
ImageNamespaceResourcesDeleterInterface to delete an imageNamespace with all resources in it.
func NewImageNamespaceResourcesDeleter ¶
func NewImageNamespaceResourcesDeleter(registryClient registryversionedclient.RegistryV1Interface, businessClient v1clientset.BusinessV1Interface, finalizerToken businessv1.FinalizerName, deleteImageNamespaceWhenDone bool) ImageNamespaceResourcesDeleterInterface
NewImageNamespaceResourcesDeleter to create the imageNamespaceResourcesDeleter that implement the ImageNamespaceResourcesDeleterInterface by given businessClient, registryClient and configure.
Click to show internal directories.
Click to hide internal directories.