Documentation ¶
Index ¶
Constants ¶
View Source
const ( PACConfigmapName = "pipelines-as-code" StartingPipelineRunText = `` /* 200-byte string literal not displayed */ QueuingPipelineRunText = `PipelineRun <b>%s</b> has been queued Queuing in namespace <b>%s</b><br><br>` )
Variables ¶
This section is empty.
Functions ¶
func StringToBool ¶
Types ¶
type PacCliOpts ¶
type PacCliOpts struct { NoColoring bool AllNameSpaces bool Namespace string AskOpts survey.AskOpt }
func NewCliOptions ¶
func NewCliOptions() *PacCliOpts
func (*PacCliOpts) Ask ¶
func (c *PacCliOpts) Ask(qss []*survey.Question, ans interface{}) error
Click to show internal directories.
Click to hide internal directories.