Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { controllers.Controller WarmUp(context.Context) error }
func NewController ¶
func NewController( controllerName string, client kubernetes.Interface, resyncPeriod time.Duration, namespace string, name string, callback callback, ) Controller
Click to show internal directories.
Click to hide internal directories.