controllers

package
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProvisionedService

type ProvisionedService struct {
	Status Status `json:"status"`
}

ProvisionedService represents the duck-type which could any backing service

type ProvisionedServiceSyncerReconciler

type ProvisionedServiceSyncerReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ProvisionedServiceSyncerReconciler reconciles a ProvisionedServiceSyncer object

func (*ProvisionedServiceSyncerReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime/pkg/reconcile

func (*ProvisionedServiceSyncerReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type Status

type Status struct {
	Binding corev1.LocalObjectReference `json:"binding"`
}

Status of a ProvisionedService The name will be a reference to a secret

Jump to

Keyboard shortcuts

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