Documentation ¶
Index ¶
Constants ¶
View Source
const NewBuildRecommendedCommandName = "new-build"
NewBuildRecommendedCommandName is the recommended command name.
Variables ¶
This section is empty.
Functions ¶
func NewCmdNewBuild ¶
func NewCmdNewBuild(name, baseName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command
NewCmdNewBuild implements the OpenShift cli new-build command
Types ¶
type BuildOptions ¶
type BuildOptions struct { *ocnewapp.ObjectGeneratorOptions genericclioptions.IOStreams }
func NewBuildOptions ¶
func NewBuildOptions(streams genericclioptions.IOStreams) *BuildOptions
func (*BuildOptions) Complete ¶
func (o *BuildOptions) Complete(baseName, commandName string, f kcmdutil.Factory, cmd *cobra.Command, args []string) error
Complete sets any default behavior for the command
func (*BuildOptions) RunNewBuild ¶
func (o *BuildOptions) RunNewBuild() error
RunNewBuild contains all the necessary functionality for the OpenShift cli new-build command
Click to show internal directories.
Click to hide internal directories.