controllers

package
v0.0.0-...-7b725e0 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2020 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Get(ctx context.Context, key client.ObjectKey, obj runtime.Object) error
	Update(context.Context, runtime.Object, ...client.UpdateOption) error
	Status() client.StatusWriter
}

Client supports CRUD operations on kubernetes objects

type ImageMapReconciler

type ImageMapReconciler struct {
	Client
	Log logr.Logger
	Map unimap.Composite
}

ImageMapReconciler reconciles an ImageMap object

func (*ImageMapReconciler) Reconcile

func (r *ImageMapReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)

func (*ImageMapReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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