Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + const CancelBuildRecommendedCommandName + func NewCmdCancelBuild(name, baseName string, f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.Command + type CancelBuildOptions struct + BuildClient buildtypedclient.BuildResourceInterface + BuildLister buildlister.BuildLister + BuildNames []string + Client buildinternalclient.Interface + DumpLogs bool + HasError bool + Mapper meta.RESTMapper + Namespace string + PrinterCancel printers.ResourcePrinter + PrinterRestart printers.ResourcePrinter + ReportError func(error) + Restart bool + States []string + func NewCancelBuildOptions(streams genericclioptions.IOStreams) *CancelBuildOptions + func (o *CancelBuildOptions) Complete(f kcmdutil.Factory, cmd *cobra.Command, args []string) error + func (o *CancelBuildOptions) RunCancelBuild() error + func (o *CancelBuildOptions) Validate() error