clients

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

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) ConsoleUI

func (c *Clients) ConsoleUI() consoleui.Interface

func (*Clients) GetURL

func (c *Clients) GetURL(ctx context.Context, url string) ([]byte, error)

func (*Clients) InitClients added in v0.26.0

func (c *Clients) InitClients()

func (*Clients) NewClients

func (c *Clients) NewClients(ctx context.Context, info *info.Info) error

func (*Clients) SetConsoleUI added in v0.26.0

func (c *Clients) SetConsoleUI(consoleUI consoleui.Interface)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL