controllers

package
v0.0.0-...-2af97ec Latest Latest
Warning

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

Go to latest
Published: May 22, 2022 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Pod         = "Pod"
	PVC         = "PVC"
	StatefulPod = "StatefulPod"
	UNKNOWN     = "UNKNOWN"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type StatefulPodEvent

type StatefulPodEvent struct{}

func (StatefulPodEvent) Create

func (StatefulPodEvent) Delete

func (StatefulPodEvent) Generic

func (StatefulPodEvent) Update

type StatefulPodPredicate

type StatefulPodPredicate struct {
}

func (StatefulPodPredicate) Create

func (StatefulPodPredicate) Delete

func (StatefulPodPredicate) Generic

func (StatefulPodPredicate) Update

type StatefulPodReconciler

type StatefulPodReconciler struct {
	client.Client
	Log    logr.Logger
	Scheme *runtime.Scheme
	sync.RWMutex
	// contains filtered or unexported fields
}

StatefulPodReconciler reconciles a StatefulPod object

func (*StatefulPodReconciler) Reconcile

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

+kubebuilder:rbac:groups=bdg.iapetos.foundary-cloud.io,resources=statefulpods,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=bdg.iapetos.foundary-cloud.io,resources=statefulpods/status,verbs=get;update;patch +kubebuilder:rbac:groups=core,resources=persistentvolume,verbs=get +kubebuilder:rbac:groups=core,resources=persistentvolume/status,verbs=get +kubebuilder:rbac:groups=core,resources=persistentvolumeclaims,verbs=get +kubebuilder:rbac:groups=core,resources=persistentvolumeclaims/status,verbs=get

func (*StatefulPodReconciler) SetupWithManager

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

Jump to

Keyboard shortcuts

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