Documentation
¶
Index ¶
- type ExtraOptions
- type SecretsStoreReaderOptions
- func (o SecretsStoreReaderOptions) AddFlags(fs *pflag.FlagSet)
- func (o *SecretsStoreReaderOptions) Complete() error
- func (o *SecretsStoreReaderOptions) Config() (*apiserver.Config, error)
- func (o SecretsStoreReaderOptions) RunServer(ctx context.Context) error
- func (o SecretsStoreReaderOptions) Validate(args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExtraOptions ¶
func NewExtraOptions ¶
func NewExtraOptions() *ExtraOptions
func (*ExtraOptions) AddFlags ¶
func (s *ExtraOptions) AddFlags(fs *pflag.FlagSet)
func (*ExtraOptions) ApplyTo ¶
func (s *ExtraOptions) ApplyTo(clientConfig *restclient.Config) error
type SecretsStoreReaderOptions ¶
type SecretsStoreReaderOptions struct { RecommendedOptions *genericoptions.RecommendedOptions ExtraOptions *ExtraOptions StdOut io.Writer StdErr io.Writer }
SecretsStoreReaderOptions contains state for master/api server
func NewSecretsStoreReaderOptions ¶
func NewSecretsStoreReaderOptions(out, errOut io.Writer) *SecretsStoreReaderOptions
NewSecretsStoreReaderOptions returns a new SecretsStoreReaderOptions
func (SecretsStoreReaderOptions) AddFlags ¶
func (o SecretsStoreReaderOptions) AddFlags(fs *pflag.FlagSet)
func (*SecretsStoreReaderOptions) Complete ¶
func (o *SecretsStoreReaderOptions) Complete() error
Complete fills in fields required to have valid data
func (*SecretsStoreReaderOptions) Config ¶
func (o *SecretsStoreReaderOptions) Config() (*apiserver.Config, error)
Config returns config for the api server given SecretsStoreReaderOptions
func (SecretsStoreReaderOptions) RunServer ¶
func (o SecretsStoreReaderOptions) RunServer(ctx context.Context) error
RunServer starts a new SecretsStoreReader given SecretsStoreReaderOptions
func (SecretsStoreReaderOptions) Validate ¶
func (o SecretsStoreReaderOptions) Validate(args []string) error
Validate validates SecretsStoreReaderOptions
Click to show internal directories.
Click to hide internal directories.