package
4.0.0-alpha.0+incompatible
Repository: https://github.com/lexkong/origin.git
Documentation: pkg.go.dev

# 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.
BindNodeNetworkArgs binds the options to the flags with prefix + default flag names.
NewCommandStart provides a CLI handler for 'start' command.
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.
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.
NewDefaultMasterNetworkArgs returns a new set of network arguments.
NewDefaultNetworkArgs 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.
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, the asset server (for the UI), the OAuth server endpoints, and the DNS server.
StartNetwork launches the node processes.
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

# Structs

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.
No description provided by the author
NodeArgs is a struct that the command stores flag values into.