hostedcluster

package
v0.0.0-...-949eaf4 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2021 License: Apache-2.0 Imports: 44 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var NoopReconcile controllerutil.MutateFn = func() error { return nil }

NoopReconcile is just a default mutation function that does nothing.

Functions

This section is empty.

Types

type HostedClusterReconciler

type HostedClusterReconciler struct {
	client.Client

	// HostedControlPlaneOperatorImage is the image used to deploy the hosted control
	// plane operator.
	HostedControlPlaneOperatorImage string

	// IgnitionServerImage is the image used to deploy the ignition server.
	IgnitionServerImage string

	// Log is a thread-safe logger.
	Log logr.Logger

	// Clock is used to determine the time in a testable way.
	Clock clock.Clock
	// contains filtered or unexported fields
}

HostedClusterReconciler reconciles a HostedCluster object

func (*HostedClusterReconciler) Reconcile

func (r *HostedClusterReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*HostedClusterReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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