Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
*reconciler.Controller
// contains filtered or unexported fields
}
func NewController ¶
func NewController(config *ControllerConfig) (*Controller, error)
NewController returns a new Controller which reconciles Secrets.
type ControllerConfig ¶
type ControllerConfig struct {
*reconciler.ControllerConfig
SecretsClient kubernetes.ClusterInterface
}
Click to show internal directories.
Click to hide internal directories.