Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChanneledResourcesDeleterInterface ¶
type ChanneledResourcesDeleterInterface interface {
Delete(ctx context.Context, channelName string) error
}
ChanneledResourcesDeleterInterface to delete a channel with all resources in it.
func NewChanneledResourcesDeleter ¶
func NewChanneledResourcesDeleter(channelClient v1clientset.ChannelInterface, notifyClient v1clientset.NotifyV1Interface, finalizerToken v1.FinalizerName, deleteChannelWhenDone bool) ChanneledResourcesDeleterInterface
NewChanneledResourcesDeleter to create the channeledResourcesDeleter that implement the ChanneledResourcesDeleterInterface by given client and configure.
Click to show internal directories.
Click to hide internal directories.