package
3.6.0-alpha.1+incompatible
Repository: https://github.com/chlunde/origin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BindImageFormatArgs binds values to the given arguments by using flags.
BindKubeConnectionArgs binds values to the given arguments by using flags.
BindListenArg binds values to the given arguments by using flags.
BindMasterArgs binds the options to the flags with prefix + default flag names.
BindNetworkArgs binds values to the given arguments by using flags.
BindNodeArgs binds the options to the flags with prefix + default flag names.
BindNodeNetworkArgs binds the options to the flags with prefix + default flag names.
No description provided by the author
GetAllInOneArgs makes sure that the node and master args that should be shared, are shared.
No description provided by the author
NewCommandStartAllInOne provides a CLI handler for 'start' command.
NewCommandStartEtcdServer starts only the etcd server.
NewCommandStartMaster provides a CLI handler for 'start master' command.
NewCommandStartMasterAPI starts only the APIserver.
NewCommandStartMasterControllers starts only the controllers.
NewCommandStartNetwork provides a CLI handler for 'start network' command.
NewCommandStartNode provides a CLI handler for 'start node' command.
NewDefaultImageFormatArgs returns the default image template.
NewDefaultKubeConnectionArgs returns a new set of default connection arguments for Kubernetes.
NewDefaultListenArg returns a new address to listen for connections.
NewDefaultMasterArgs creates MasterArgs with sub-objects created and default values set.
NewDefaultNetworkArgs returns a new set of network arguments.
NewDefaultNodeArgs creates NodeArgs with sub-objects created and default values set.
NewMaster create a master launcher.
NewNodeComponentFlag returns a flag capable of handling enabled components for the network.
NewNodeComponentFlag returns a flag capable of handling enabled components for the node.
StartAPI starts the components of the master that are considered part of the API - the Kubernetes API and core controllers, the Origin API, the group, policy, project, and authorization caches, etcd, the asset server (for the UI), the OAuth server endpoints, and the DNS server.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
ImageFormatArgs is a struct that the command stores flag values into.
No description provided by the author
ListenArg is a struct that the command stores flag values into.
Master encapsulates starting the components of the master.
MasterArgs is a struct that the command stores flag values into.
No description provided by the author
NetworkArgs is a struct that the command stores flag values into.
NodeArgs is a struct that the command stores flag values into.
No description provided by the author