Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PodStatusToConstraintTemplateMapper ¶
func PodStatusToConstraintTemplateMapper(selfOnly bool) handler.TypedMapFunc[*v1beta1.ConstraintTemplatePodStatus]
PodStatusToConstraintTemplateMapper correlates a ConstraintTemplatePodStatus with its corresponding constraint template `selfOnly` tells the mapper to only map statuses corresponding to the current pod.
Types ¶
type Adder ¶
type Adder struct { CfClient *constraintclient.Client WatchManager *watch.Manager ControllerSwitch *watch.ControllerSwitch }
type ReconcileConstraintStatus ¶
type ReconcileConstraintStatus struct {
// contains filtered or unexported fields
}
ReconcileConstraintStatus reconciles an arbitrary constraint object described by Kind.
func (*ReconcileConstraintStatus) Reconcile ¶
func (r *ReconcileConstraintStatus) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a constraint object and makes changes based on the state read and what is in the constraint.Spec.
Click to show internal directories.
Click to hide internal directories.