pipeline

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: 7 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 PipelineFetcher added in v0.6.0

type PipelineFetcher struct {
	GetPipelineByNameFunc func(cs *cli.Clients, name, namespace string) (*v1.Pipeline, error)
	GetAllPipelinesFunc   func(cs *cli.Clients, namespace string) ([]v1.Pipeline, error)
}

func (*PipelineFetcher) GetAll added in v0.6.0

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

func (*PipelineFetcher) GetByName added in v0.6.0

func (f *PipelineFetcher) 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