Documentation ¶
Index ¶
Constants ¶
View Source
const (
BootstrapRecommendedCommandName = "bootstrap"
)
View Source
const RecommendedCommandName = "pipelines"
RecommendedPipelinesCommandName is the recommended pipelines command name.
Variables ¶
This section is empty.
Functions ¶
func NewCmdBootstrap ¶
NewCmdBootstrap creates the project bootstrap command.
func NewCmdComponent ¶
NewCmdComponent implements the component odo command
Types ¶
type BootstrapOptions ¶
type BootstrapOptions struct { // generic context options common to all commands *genericclioptions.Context // contains filtered or unexported fields }
BootstrapOptions encapsulates the options for the odo pipelines bootstrap command.
func NewBootstrapOptions ¶
func NewBootstrapOptions() *BootstrapOptions
NewBootstrapOptions bootstraps a BootstrapOptions instance.
func (*BootstrapOptions) Complete ¶
Complete completes BootstrapOptions after they've been created.
If the prefix provided doesn't have a "-" then one is added, this makes the generated environment names nicer to read.
func (*BootstrapOptions) Run ¶
func (bo *BootstrapOptions) Run() error
Run runs the project bootstrap command.
func (*BootstrapOptions) Validate ¶
func (bo *BootstrapOptions) Validate() error
Validate validates the parameters of the BootstrapOptions.
Click to show internal directories.
Click to hide internal directories.