appwrapper

package
v0.22.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2024 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppWrapperLabel     = "workload.codeflare.dev/appwrapper"
	AppWrapperFinalizer = "workload.codeflare.dev/finalizer"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AppWrapperReconciler

type AppWrapperReconciler struct {
	client.Client
	Recorder record.EventRecorder
	Scheme   *runtime.Scheme
	Config   *config.AppWrapperConfig
}

AppWrapperReconciler reconciles an appwrapper

func (*AppWrapperReconciler) Reconcile

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

Reconcile reconciles an appwrapper Please see aw-states for documentation of this method.

func (*AppWrapperReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type NodeHealthMonitor added in v0.22.0

type NodeHealthMonitor struct {
	client.Client
	Config *config.AppWrapperConfig
}

NodeHealthMonitor maintains the set of nodes that Autopilot has labelled as unhealthy

func (*NodeHealthMonitor) Reconcile added in v0.22.0

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

func (*NodeHealthMonitor) SetupWithManager added in v0.22.0

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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