cluster

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdmissionReconciler

type AdmissionReconciler struct {
	// contains filtered or unexported fields
}

func NewAdmissionReconciler

func NewAdmissionReconciler(controlClient client.Client) *AdmissionReconciler

func (*AdmissionReconciler) Reconcile

func (r *AdmissionReconciler) Reconcile(ctx context.Context, obj Object) (ctrl.Result, error)

type Object

type Object struct {
	Name string

	RestConfig *rest.Config
}

type Reconciler

type Reconciler interface {
	Reconcile(ctx context.Context, obj Object) (ctrl.Result, error)
}

Jump to

Keyboard shortcuts

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