Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupedResourcesDeleterInterface ¶
type GroupedResourcesDeleterInterface interface {
Delete(ctx context.Context, groupName string) error
}
GroupedResourcesDeleterInterface to delete a group with all resources in it.
func NewGroupedResourcesDeleter ¶
func NewGroupedResourcesDeleter(groupClient v1clientset.LocalGroupInterface, authClient v1clientset.AuthV1Interface, enforcer *casbin.SyncedEnforcer, finalizerToken v1.FinalizerName, deleteGroupWhenDone bool) GroupedResourcesDeleterInterface
NewGroupedResourcesDeleter to create the groupedResourcesDeleter that implement the GroupedResourcesDeleterInterface by given client and configure.
Click to show internal directories.
Click to hide internal directories.