localdiskclaim

package
v0.3.4-rc.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2022 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

View Source
const (
	// RequeueInterval Requeue every 5 seconds
	RequeueInterval = time.Second * 5
)

Variables

This section is empty.

Functions

func Add

func Add(mgr manager.Manager) error

Types

type ReconcileLocalDiskClaim

type ReconcileLocalDiskClaim struct {
	// This client, initialized using mgr.Client() above, is a split client
	// that reads objects from the cache and writes to the apiserver
	client.Client
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
}

ReconcileLocalDiskClaim reconciles a LocalDiskClaim object

func (*ReconcileLocalDiskClaim) Reconcile

Reconcile reads that state of the cluster for a LocalDiskClaim object and makes changes based on the state read and what is in the LocalDiskClaim.Spec TODO(user): Modify this Reconcile function to implement your Controller logic. This example creates a Pod as an example Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.

Jump to

Keyboard shortcuts

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