package
1.0.8
Repository: https://github.com/jkhelil/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.
GetAllInOneArgs makes sure that the node and master args that should be shared, are shared.
NewCommandStartAllInOne 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.
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.
No description provided by the author
No description provided by the author

# Structs

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