Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
Reconciler is used to reconcile an IngressTrait object
func (*Reconciler) Reconcile ¶
Reconcile reconciles an IngressTrait with other related resources required for ingress. This also results in the status of the ingress trait resource being updated. +kubebuilder:rbac:groups=oam.verrazzano.io,resources=ingresstraits,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=oam.verrazzano.io,resources=ingresstraits/status,verbs=get;update;patch
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates a controller and adds it to the manager
Click to show internal directories.
Click to hide internal directories.