Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Params ¶
type Params interface { // SetKubeConfigPath uses the kubeconfig path to instantiate tekton // returned by Clientset function SetKubeConfigPath(string) Clients() (*Clients, error) // SetNamespace can be used to store the namespace parameter that is needed // by most commands SetNamespace(string) Namespace() string Time() clockwork.Clock }
Params interface provides
type TektonParams ¶
type TektonParams struct {
// contains filtered or unexported fields
}
func (*TektonParams) Clients ¶
func (p *TektonParams) Clients() (*Clients, error)
func (*TektonParams) Namespace ¶
func (p *TektonParams) Namespace() string
func (*TektonParams) SetKubeConfigPath ¶
func (p *TektonParams) SetKubeConfigPath(path string)
func (*TektonParams) SetNamespace ¶
func (p *TektonParams) SetNamespace(ns string)
func (*TektonParams) Time ¶
func (p *TektonParams) Time() clockwork.Clock
Click to show internal directories.
Click to hide internal directories.