Documentation ¶
Index ¶
- func Get(c *cli.Clients, pipelinename string, opts metav1.GetOptions, ns string) (*v1beta1.Pipeline, error)
- func GetAllPipelineNames(p cli.Params) ([]string, error)
- func GetV1beta1(c *cli.Clients, pipelinename string, opts metav1.GetOptions, ns string) (*v1beta1.Pipeline, error)
- func LastRun(cs *cli.Clients, pipeline string, ns string) (*v1beta1.PipelineRun, error)
- func List(c *cli.Clients, opts metav1.ListOptions, ns string) (*v1beta1.PipelineList, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(c *cli.Clients, pipelinename string, opts metav1.GetOptions, ns string) (*v1beta1.Pipeline, error)
It will fetch the resource based on the api available and return v1beta1 form
func GetV1beta1 ¶
func GetV1beta1(c *cli.Clients, pipelinename string, opts metav1.GetOptions, ns string) (*v1beta1.Pipeline, error)
It will fetch the resource in v1beta1 struct format
func List ¶
func List(c *cli.Clients, opts metav1.ListOptions, ns string) (*v1beta1.PipelineList, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.