controllers

package
v0.0.0-...-253f2d6 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 38 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageClusterInstallReconciler

type ImageClusterInstallReconciler struct {
	client.Client
	credentials.Credentials
	Log         logrus.FieldLogger
	Scheme      *runtime.Scheme
	Options     *ImageClusterInstallReconcilerOptions
	BaseURL     string
	CertManager certs.KubeConfigCertManager
}

ImageClusterInstallReconciler reconciles a ImageClusterInstall object

func (*ImageClusterInstallReconciler) Reconcile

func (*ImageClusterInstallReconciler) SetupWithManager

func (r *ImageClusterInstallReconciler) SetupWithManager(mgr ctrl.Manager) error

type ImageClusterInstallReconcilerOptions

type ImageClusterInstallReconcilerOptions struct {
	RouteName      string `envconfig:"ROUTE_NAME"`
	RouteNamespace string `envconfig:"ROUTE_NAMESPACE"`
	RoutePort      string `envconfig:"ROUTE_PORT"`
	RouteScheme    string `envconfig:"ROUTE_SCHEME"`
	DataDir        string `envconfig:"DATA_DIR" default:"/data"`
}

Jump to

Keyboard shortcuts

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