Documentation ¶
Index ¶
- func NewController() controller.Controller
- type RecorderReconciler
- func (r *RecorderReconciler) Healthz(*http.Request) error
- func (r *RecorderReconciler) Name() string
- func (r *RecorderReconciler) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)
- func (r *RecorderReconciler) SchemeBuilder() *scheme.Builder
- func (r *RecorderReconciler) Setup(ctx context.Context, mgr ctrl.Manager, _ *metrics.Metrics) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶ added in v0.4.0
func NewController() controller.Controller
NewController returns a new empty controller instance.
Types ¶
type RecorderReconciler ¶
type RecorderReconciler struct {
// contains filtered or unexported fields
}
func (*RecorderReconciler) Healthz ¶ added in v0.4.0
func (r *RecorderReconciler) Healthz(*http.Request) error
Healthz is the liveness probe endpoint of the controller.
func (*RecorderReconciler) Name ¶ added in v0.4.0
func (r *RecorderReconciler) Name() string
Name returns the name of the controller.
func (*RecorderReconciler) Reconcile ¶
func (r *RecorderReconciler) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error)
+kubebuilder:rbac:groups=core,resources=pods,verbs=get;list;watch
func (*RecorderReconciler) SchemeBuilder ¶ added in v0.4.0
func (r *RecorderReconciler) SchemeBuilder() *scheme.Builder
SchemeBuilder returns the API scheme of the controller.
Click to show internal directories.
Click to hide internal directories.