package
3.7.0-alpha.1+incompatible
Repository: https://github.com/goodwinos/origin.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
Package exec contains a utility to Docker exec into a running a container
Create an ExecHelper with NewExecHelper and then create new exec commands
with Command()
*/.
Package host contains a utility to run commands on the Docker host by
using an image in privileged mode.
No description provided by the author
No description provided by the author
Package runner contains a utility to run Docker containers
Create a RunHelper with NewRunHelper and then create new run
instances with New()
*/.
# Functions
NewCmdDown creates a command that stops OpenShift.
NewCmdJoin creates a command that joins an existing OpenShift cluster.
NewCmdStatus implements the OpenShift cluster status command.
NewCmdUp creates a command that starts OpenShift on Docker with reasonable defaults.
NewTaskPrinter creates a new TaskPrinter.
No description provided by the author
# Constants
No description provided by the author
CmdJoinRecommendedName is the recommended command name.
CmdStatusRecommendedName is the recommended command name.
CmdUpRecommendedName is the recommended command name.
# Structs
ClientJoinConfig is the configuration for the client join command.
ClientStartConfig is the configuration for the client start command.
ClientStatusConfig is the configuration for the client status command.
No description provided by the author
No description provided by the author
TaskPrinter is a helper for start task output.