Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CappReconciler ¶
CappReconciler reconciles a Capp object
func (*CappReconciler) Reconcile ¶
+kubebuilder:rbac:groups=rcs.dana.io,resources=capps,verbs=get;list;watch;create;update;patch;delete +kubebuilder:rbac:groups=rcs.dana.io,resources=capps/status,verbs=get;update;patch +kubebuilder:rbac:groups=rcs.dana.io,resources=capps/finalizers,verbs=update +kubebuilder:rbac:groups=serving.knative.dev,resources=services;domainmappings,verbs=get;list;watch;update;create
func (*CappReconciler) SetupWithManager ¶
func (r *CappReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
func (*CappReconciler) SyncApplication ¶
func (r *CappReconciler) SyncApplication(ctx context.Context, capp rcsv1alpha1.Capp, resourceManagers []rmanagers.ResourceManager) error
Click to show internal directories.
Click to hide internal directories.