Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ObjectInCluster ¶
Types ¶
type ForgetError ¶
func (*ForgetError) Error ¶
func (f *ForgetError) Error() string
type GenericController ¶
type GenericController interface { Informer() cache.SharedIndexInformer AddHandler(ctx context.Context, name string, handler HandlerFunc) Enqueue(namespace, name string) EnqueueAfter(namespace, name string, after time.Duration) }
func NewGenericController ¶
func NewGenericController(namespace, name string, controller controller.SharedController) GenericController
type HandlerFunc ¶
type ObjectClusterName ¶
type ObjectClusterName interface {
ObjClusterName() string
}
Click to show internal directories.
Click to hide internal directories.