chetypes

package
v0.0.0-...-f7e4497 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: EPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterAPI

type ClusterAPI struct {
	Client           client.Client
	NonCachingClient client.Client
	DiscoveryClient  discovery.DiscoveryInterface
	Scheme           *runtime.Scheme
}

type DeployContext

type DeployContext struct {
	CheCluster              *chev2.CheCluster
	ClusterAPI              ClusterAPI
	Proxy                   *Proxy
	IsSelfSignedCertificate bool
	CheHost                 string
}

type ProvisioningStatus

type ProvisioningStatus struct {
	Continue bool
	Requeue  bool
	Err      error
}

type Proxy

type Proxy struct {
	HttpProxy    string
	HttpUser     string
	HttpPassword string
	HttpHost     string
	HttpPort     string

	HttpsProxy    string
	HttpsUser     string
	HttpsPassword string
	HttpsHost     string
	HttpsPort     string

	NoProxy          string
	TrustedCAMapName string
}

Jump to

Keyboard shortcuts

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