Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Tekton tektonclient.Interface Kube kubernetes.Interface Resource versionedResource.Interface HTTPclient http.Client Dynamic dynamic.Interface }
Client struct contains Tekton, Kubernetes and Dynamic intefaces.
type TektonParam ¶
type TektonParam struct {
// contains filtered or unexported fields
}
TektonParam struct contains Tekton client and kubernetes configuration.
func (*TektonParam) Client ¶
func (p *TektonParam) Client() (*Client, error)
func (*TektonParam) Namespace ¶
func (p *TektonParam) Namespace() string
func (*TektonParam) SetKubeConfigPath ¶
func (p *TektonParam) SetKubeConfigPath(path string)
func (*TektonParam) SetKubeContext ¶
func (p *TektonParam) SetKubeContext(context string)
func (*TektonParam) SetNamespace ¶
func (p *TektonParam) SetNamespace(ns string)
Click to show internal directories.
Click to hide internal directories.