pipelinerun

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 13, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Command

func Command(p cli.Params) *cobra.Command

Types

type PipelineRunFetcher added in v0.6.0

type PipelineRunFetcher struct {
	GetPipelineRunByNameFunc func(cs *cli.Clients, name, namespace string) (*v1.PipelineRun, error)
	GetAllPipelineRunsFunc   func(cs *cli.Clients, namespace string) ([]v1.PipelineRun, error)
	GetPipelineByNameFunc    func(cs *cli.Clients, name, namespace string) (*v1.Pipeline, error)
}

func (*PipelineRunFetcher) GetAll added in v0.6.0

func (f *PipelineRunFetcher) GetAll(cs *cli.Clients, namespace string) ([]common.Pipeline, error)

func (*PipelineRunFetcher) GetByName added in v0.6.0

func (f *PipelineRunFetcher) GetByName(cs *cli.Clients, name, namespace string) (*common.Pipeline, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL