controllers

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2020 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindingReconciler

type BindingReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

BindingReconciler reconciles a Binding object

func (*BindingReconciler) Reconcile

func (r *BindingReconciler) Reconcile(request ctrl.Request) (ctrl.Result, error)

Reconcile reads the state of the cluster for a Binding object and makes changes based on the state read and what is in the Binding.Spec. Automatically generates RBAC rules to allow the Controller to read and write Deployments.

func (*BindingReconciler) SetupWithManager

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

type ServiceReconciler

type ServiceReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
}

ServiceReconciler reconciles a Service object

func (*ServiceReconciler) Reconcile

func (r *ServiceReconciler) Reconcile(request ctrl.Request) (ctrl.Result, error)

Reconcile reads the state of the cluster for a Service object and makes changes based on the state read and what is in the Service.Spec. Automatically generate RBAC rules to allow the Controller to read and write Deployments.

func (*ServiceReconciler) SetupWithManager

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

type TokenReconciler

type TokenReconciler struct {
	client.Client
	Log        logr.Logger
	Scheme     *runtime.Scheme
	HTTPClient *http.Client
}

TokenReconciler reconciles a Token object

func (*TokenReconciler) Reconcile

func (r *TokenReconciler) Reconcile(request ctrl.Request) (ctrl.Result, error)

Reconcile computes IAM and UAA tokens

func (*TokenReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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