Documentation ¶
Index ¶
Constants ¶
View Source
const BuildChainRecommendedCommandName = "build-chain"
BuildChainRecommendedCommandName is the recommended command name
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildChainOptions ¶ added in v1.0.4
type BuildChainOptions struct {
// contains filtered or unexported fields
}
BuildChainOptions contains all the options needed for build-chain
func (*BuildChainOptions) Complete ¶ added in v1.0.4
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 ¶ added in v1.0.4
func (o *BuildChainOptions) RunBuildChain() error
RunBuildChain contains all the necessary functionality for the OpenShift experimental build-chain command
func (*BuildChainOptions) Validate ¶ added in v1.0.4
func (o *BuildChainOptions) Validate() error
Validate returns validation errors regarding build-chain
Click to show internal directories.
Click to hide internal directories.