client

package module
v0.0.0-...-1b2869e Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: Apache-2.0 Imports: 11 Imported by: 5

Documentation

Index

Constants

View Source
const (
	// DefaultHost is the default Host
	// found in Meta (info) section of spec file
	DefaultHost string = "api.openshift.com"
	// DefaultBasePath is the default BasePath
	// found in Meta (info) section of spec file
	DefaultBasePath string = "/api/assisted-install"
)

Variables

View Source
var DefaultSchemes = []string{"http", "https"}

DefaultSchemes are the default schemes found in Meta (info) section of spec file

Functions

This section is empty.

Types

type AssistedInstall

type AssistedInstall struct {
	Events         *events.Client
	Installer      *installer.Client
	ManagedDomains *managed_domains.Client
	Manifests      *manifests.Client
	Operators      *operators.Client
	Versions       *versions.Client
	Transport      runtime.ClientTransport
}

AssistedInstall is a client for assisted install

func New

func New(c Config) *AssistedInstall

New creates a new assisted install HTTP client.

type Config

type Config struct {
	// URL is the base URL of the upstream server
	URL *url.URL
	// Transport is an inner transport for the client
	Transport http.RoundTripper
	// AuthInfo is for authentication
	AuthInfo runtime.ClientAuthInfoWriter
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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