Versions in this module Expand all Collapse all v0 v0.2.0 Oct 7, 2023 Changes in this version + type Client struct + func NewClient() (*Client, error) + func (c *Client) GetNamespace() (string, error) + func (c *Client) GetPipelineRuns(namespace string) ([]v1pipeline.PipelineRun, error) + func (c *Client) GetPipelines(namespace string) ([]v1pipeline.Pipeline, error)