Documentation
¶
Index ¶
- func AssertClientVersion(binary string)
- func AssertComponentVersion(version string, component string)
- func AssertServerVersion(binary string)
- func DownloadCLIFromCluster()
- func StartPipeline(pipelineName string, params map[string]string, workspaces map[string]string, ...) string
- func ValidateQuickstarts()
- type CapturingPassThroughWriter
- type Cmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertClientVersion ¶
func AssertClientVersion(binary string)
func AssertComponentVersion ¶
Verify the versions of Openshift Pipelines components
func AssertServerVersion ¶
func AssertServerVersion(binary string)
func DownloadCLIFromCluster ¶
func DownloadCLIFromCluster()
func StartPipeline ¶
func ValidateQuickstarts ¶
func ValidateQuickstarts()
Types ¶
type CapturingPassThroughWriter ¶
type CapturingPassThroughWriter struct {
// contains filtered or unexported fields
}
func NewCapturingPassThroughWriter ¶
func NewCapturingPassThroughWriter(w io.Writer) *CapturingPassThroughWriter
NewCapturingPassThroughWriter creates new CapturingPassThroughWriter
func (*CapturingPassThroughWriter) Bytes ¶
func (w *CapturingPassThroughWriter) Bytes() []byte
Bytes returns bytes written to the writer
Click to show internal directories.
Click to hide internal directories.