Documentation ¶
Overview ¶
Package manager contains the controller-runtime manager.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { // MetricsAddr is the address to bind the metrics endpoint to. MetricsPort int // ProbeAddr is the address to bind the health probe endpoint to. ProbePort int // ShutdownTimeout is the timeout for shutting down the manager. ShutdownTimeout time.Duration // DisableCache disables the controller-runtime cache. This is primarily // used for testing. DisableCache bool }
Options are the options for configuring the manager.
Click to show internal directories.
Click to hide internal directories.