Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindingReconciler ¶
BindingReconciler reconciles a Binding object
func (*BindingReconciler) Reconcile ¶
Reconcile reads the state of the cluster for a Binding object and makes changes based on the state read and what is in the Binding.Spec. Automatically generates RBAC rules to allow the Controller to read and write Deployments.
func (*BindingReconciler) SetupWithManager ¶
func (r *BindingReconciler) SetupWithManager(mgr ctrl.Manager) error
type ServiceReconciler ¶
ServiceReconciler reconciles a Service object
func (*ServiceReconciler) Reconcile ¶
Reconcile reads the state of the cluster for a Service object and makes changes based on the state read and what is in the Service.Spec. Automatically generate RBAC rules to allow the Controller to read and write Deployments.
func (*ServiceReconciler) SetupWithManager ¶
func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
type TokenReconciler ¶
type TokenReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme HTTPClient *http.Client }
TokenReconciler reconciles a Token object
func (*TokenReconciler) SetupWithManager ¶
func (r *TokenReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.