Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaseReconciler ¶
type ReleaseReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Cfg *rest.Config Notifier cNotifyLib.Notify }
ReleaseReconciler reconciles a Release object
func (*ReleaseReconciler) Reconcile ¶
+kubebuilder:rbac:groups=coveros.apps.com,resources=Releases,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=coveros.apps.com,resources=Releases/status,verbs=get;update;patch
func (*ReleaseReconciler) SetupWithManager ¶
func (r *ReleaseReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.