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 AuthOptions ¶
type AuthOptions struct { ConfigLocation string // contains filtered or unexported fields }
RegistryOptions holds options related to the registry service.
func (*AuthOptions) AddFlags ¶
func (o *AuthOptions) AddFlags(fs *pflag.FlagSet)
AddFlags implements Flagger.AddFlags.
func (*AuthOptions) Complete ¶
func (o *AuthOptions) Complete() error
Complete implements Completer.Complete.
func (*AuthOptions) Completed ¶
func (o *AuthOptions) Completed() *AuthServiceConfig
Completed returns the decoded RegistryServiceConfiguration instance. Only call this if `Complete` was successful.
type AuthServiceConfig ¶
type AuthServiceConfig struct {
// contains filtered or unexported fields
}
RegistryServiceConfig contains configuration information about the registry service.
func (*AuthServiceConfig) Apply ¶
func (c *AuthServiceConfig) Apply(config *configapi.ControllerConfiguration)
Apply applies the RegistryOptions to the passed ControllerOptions instance.
func (*AuthServiceConfig) ApplyHealthCheckConfig ¶
func (c *AuthServiceConfig) ApplyHealthCheckConfig(config *healthcheckconfig.HealthCheckConfig)
ApplyHealthCheckConfig applies the HealthCheckConfig.
Click to show internal directories.
Click to hide internal directories.