Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ControllerSwitches ¶
func ControllerSwitches() *cmd.SwitchOptions
ControllerSwitches are the cmd.SwitchOptions for the provider controllers.
Types ¶
type CertificateServiceConfig ¶
type CertificateServiceConfig struct {
// contains filtered or unexported fields
}
CertificateServiceConfig contains configuration information about the certificate service.
func (*CertificateServiceConfig) Apply ¶
func (c *CertificateServiceConfig) Apply(config *controllerconfig.Config)
Apply applies the CertificateServiceOptions to the passed ControllerOptions instance.
type CertificateServiceOptions ¶
type CertificateServiceOptions struct { ConfigLocation string // contains filtered or unexported fields }
CertificateServiceOptions holds options related to the certificate service.
func (*CertificateServiceOptions) AddFlags ¶
func (o *CertificateServiceOptions) AddFlags(fs *pflag.FlagSet)
AddFlags implements Flagger.AddFlags.
func (*CertificateServiceOptions) Complete ¶
func (o *CertificateServiceOptions) Complete() error
Complete implements Completer.Complete.
func (*CertificateServiceOptions) Completed ¶
func (o *CertificateServiceOptions) Completed() *CertificateServiceConfig
Completed returns the decoded CertificatesServiceConfiguration instance. Only call this if `Complete` was successful.
Click to show internal directories.
Click to hide internal directories.