Documentation ¶
Index ¶
- func Create(c *cli.Clients, tr *v1beta1.TaskRun, opts metav1.CreateOptions, ns string) (*v1beta1.TaskRun, error)
- func Get(c *cli.Clients, trname string, opts metav1.GetOptions, ns string) (*v1beta1.TaskRun, error)
- func HasScheduled(trs *v1beta1.PipelineRunTaskRunStatus) bool
- func IsFiltered(tr Run, allowed []string) bool
- func Patch(c *cli.Clients, trname string, opts metav1.PatchOptions, ns string) (*v1beta1.TaskRun, error)
- func Watch(c *cli.Clients, opts metav1.ListOptions, ns string) (watch.Interface, error)
- type Run
- type Runs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(c *cli.Clients, trname string, opts metav1.GetOptions, ns string) (*v1beta1.TaskRun, error)
Get will fetch the taskrun resource based on the taskrun name
func HasScheduled ¶
func HasScheduled(trs *v1beta1.PipelineRunTaskRunStatus) bool
func IsFiltered ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.