Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespacedResourcesDeleterInterface ¶
type NamespacedResourcesDeleterInterface interface {
Delete(projectName string, namespaceName string) error
}
NamespacedResourcesDeleterInterface to delete a namespace with all resources in it.
func NewNamespacedResourcesDeleter ¶
func NewNamespacedResourcesDeleter(platformClient platformversionedclient.PlatformV1Interface, businessClient v1clientset.BusinessV1Interface, finalizerToken v1.FinalizerName, deleteNamespaceWhenDone bool) NamespacedResourcesDeleterInterface
NewNamespacedResourcesDeleter to create the namespacedResourcesDeleter that implement the NamespacedResourcesDeleterInterface by given client and configure.
Click to show internal directories.
Click to hide internal directories.