Documentation
¶
Index ¶
Constants ¶
View Source
const ( // most programming languages do not have a timeout, but c# does a default // of 100 seconds so using that value. ConnectMaxWaitTime = 100 * time.Second RequestMaxWaitTime = 100 * time.Second )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clients ¶
type Clients struct {
ClientInitialized bool
PipelineAsCode versioned.Interface
Tekton versioned2.Interface
Kube kubernetes.Interface
HTTP http.Client
Log *zap.SugaredLogger
Dynamic dynamic.Interface
// contains filtered or unexported fields
}
func (*Clients) InitClients ¶ added in v0.26.0
func (c *Clients) InitClients()
func (*Clients) NewClients ¶
func (*Clients) SetConsoleUI ¶ added in v0.26.0
Click to show internal directories.
Click to hide internal directories.