Documentation ¶
Index ¶
Constants ¶
View Source
const BuildChainRecommendedCommandName = "build-chain"
BuildChainRecommendedCommandName is the recommended command name
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildChainOptions ¶
type BuildChainOptions struct {
// contains filtered or unexported fields
}
BuildChainOptions contains all the options needed for build-chain
func (*BuildChainOptions) Complete ¶
func (o *BuildChainOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, args []string, out io.Writer) error
Complete completes the required options for build-chain
func (*BuildChainOptions) RunBuildChain ¶
func (o *BuildChainOptions) RunBuildChain() error
RunBuildChain contains all the necessary functionality for the OpenShift experimental build-chain command
func (*BuildChainOptions) Validate ¶
func (o *BuildChainOptions) Validate() error
Validate returns validation errors regarding build-chain
Click to show internal directories.
Click to hide internal directories.