Documentation ¶
Index ¶
- func NewCmdApply(f *Factory, out io.Writer) *cobra.Command
- func NewCmdBuildLogs(f *Factory, out io.Writer) *cobra.Command
- func NewCmdCancelBuild(f *Factory, out io.Writer) *cobra.Command
- func NewCmdProcess(f *Factory, out io.Writer) *cobra.Command
- func NewCmdStartBuild(f *Factory, out io.Writer) *cobra.Command
- type Factory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdCancelBuild ¶
NewCmdCancelBuild manages a build cancelling event. To cancel a build its name has to be specified, and two options are available: displaying logs and restarting.
Types ¶
type Factory ¶
type Factory struct { *kubecmd.Factory OpenShiftClientConfig clientcmd.ClientConfig }
Factory provides common options for OpenShift commands
func NewFactory ¶
func NewFactory(clientConfig clientcmd.ClientConfig) *Factory
NewFactory creates an object that holds common methods across all OpenShift commands
Click to show internal directories.
Click to hide internal directories.