Documentation ¶
Overview ¶
Package options contains flags and options for initializing federation-apiserver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerRunOptions ¶
type ServerRunOptions struct { *genericoptions.ServerRunOptions EventTTL time.Duration }
Runtime options for the federation-apiserver.
func NewServerRunOptions ¶
func NewServerRunOptions() *ServerRunOptions
NewServerRunOptions creates a new ServerRunOptions object with default values.
func (*ServerRunOptions) AddFlags ¶
func (s *ServerRunOptions) AddFlags(fs *pflag.FlagSet)
AddFlags adds flags for ServerRunOptions fields to be specified via FlagSet.
Click to show internal directories.
Click to hide internal directories.