package options
import "k8s.io/kubernetes/federation/cmd/federation-apiserver/app/options"
Package options contains flags and options for initializing federation-apiserver.
Index ¶
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.
Source Files ¶
options.go
- Version
- v1.4.0-beta.5
- Published
- Sep 15, 2016
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 10 minutes ago –
Tools for package owners.