Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ControllerSwitchOptions ¶
func ControllerSwitchOptions() *controllercmd.SwitchOptions
ControllerSwitchOptions are the controllercmd.SwitchOptions for the provider controllers.
func WebhookSwitchOptions ¶
func WebhookSwitchOptions() *webhookcmd.SwitchOptions
WebhookSwitchOptions are the webhookcmd.SwitchOptions for the provider webhooks.
Types ¶
type AccountingOptions ¶
type AccountingOptions struct { ConfigLocation string // contains filtered or unexported fields }
RegistryOptions holds options related to the registry service.
func (*AccountingOptions) AddFlags ¶
func (o *AccountingOptions) AddFlags(fs *pflag.FlagSet)
AddFlags implements Flagger.AddFlags.
func (*AccountingOptions) Complete ¶
func (o *AccountingOptions) Complete() error
Complete implements Completer.Complete.
func (*AccountingOptions) Completed ¶
func (o *AccountingOptions) Completed() *AccountingServiceConfig
Completed returns the decoded RegistryServiceConfiguration instance. Only call this if `Complete` was successful.
type AccountingServiceConfig ¶
type AccountingServiceConfig struct {
// contains filtered or unexported fields
}
RegistryServiceConfig contains configuration information about the registry service.
func (*AccountingServiceConfig) Apply ¶
func (c *AccountingServiceConfig) Apply(config *configapi.ControllerConfiguration)
Apply applies the RegistryOptions to the passed ControllerOptions instance.
func (*AccountingServiceConfig) ApplyHealthCheckConfig ¶
func (c *AccountingServiceConfig) ApplyHealthCheckConfig(config *healthcheckconfig.HealthCheckConfig)
ApplyHealthCheckConfig applies the HealthCheckConfig.
Click to show internal directories.
Click to hide internal directories.