chetypes

package
v0.0.0-...-e45c233 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2026 License: EPL-2.0 Imports: 5 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 // We should ClientWrapper instead wherever it possible
	NonCachingClient        client.Client // We should NonCachingClientWrapper instead wherever it possible
	DiscoveryClient         discovery.DiscoveryInterface
	Scheme                  *runtime.Scheme
	ClientWrapper           *k8sclient.K8sClientWrapper
	NonCachingClientWrapper *k8sclient.K8sClientWrapper
}

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