Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new PodDecoration Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
func AddToMgr ¶ added in v0.6.1
func AddToMgr(mgr manager.Manager, r reconcile.Reconciler) error
AddToMgr adds a new Controller to mgr with r as the reconcile.Reconciler
func NewReconciler ¶ added in v0.6.1
func NewReconciler(mgr manager.Manager) reconcile.Reconciler
NewReconciler returns a new reconcile.Reconciler
Types ¶
type ReconcilePodDecoration ¶
type ReconcilePodDecoration struct {
client.Client
*mixin.ReconcilerMixin
// contains filtered or unexported fields
}
ReconcilePodDecoration reconciles a PodDecoration object
func (*ReconcilePodDecoration) Reconcile ¶
func (r *ReconcilePodDecoration) Reconcile(ctx context.Context, request reconcile.Request) (res reconcile.Result, reconcileErr error)
Reconcile reads that state of the cluster for a PodDecoration object and makes changes based on the state read and what is in the PodDecoration.Spec
Click to show internal directories.
Click to hide internal directories.