Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartCertManagerController ¶ added in v1.8.0
NewCommandStartCertManagerController is a CLI handler for starting cert-manager
func Run ¶
func Run(opts *options.ControllerOptions, stopCh <-chan struct{}) error
Types ¶
type CertManagerControllerOptions ¶ added in v1.8.0
type CertManagerControllerOptions struct {
ControllerOptions *options.ControllerOptions
}
func NewCertManagerControllerOptions ¶ added in v1.8.0
func NewCertManagerControllerOptions() *CertManagerControllerOptions
func (CertManagerControllerOptions) RunCertManagerController ¶ added in v1.8.0
func (o CertManagerControllerOptions) RunCertManagerController(stopCh <-chan struct{}) error
func (CertManagerControllerOptions) Validate ¶ added in v1.8.0
func (o CertManagerControllerOptions) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.