Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultAddOptions = AddOptions{}
DefaultAddOptions are the default options for adding the healthz checker to a Manager.
Functions ¶
func AddToManager ¶
AddToManager adds the healthz checker to a Manager using the default options.
func AddToManagerWithOptions ¶
func AddToManagerWithOptions(mgr manager.Manager, opts AddOptions) error
AddToManagerWithOptions adds the healthz checker to a Manager with the given options.
Types ¶
type AddOptions ¶
type AddOptions struct { Ctx context.Context ClientSet kubernetes.Clientset }
AddOptions are options for adding the healthz checker to a Manager.
Click to show internal directories.
Click to hide internal directories.