package
0.1.10
Repository: https://github.com/munnerz/controller-runtime.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

Request contains the information necessary to reconcile a Kubernetes object.
Result contains the result of a Reconciler invocation.

# Interfaces

Reconciler implements a Kubernetes API for a specific Resource by Creating, Updating or Deleting Kubernetes objects, or by making changes to systems external to the cluster (e.g.

# Type aliases

Func is a function that implements the reconcile interface.