Documentation
¶
Index ¶
Constants ¶
View Source
const ( APIcastSecretLabelPrefix = "secret.apicast.apps.3scale.net/" APIcastSecretLabelValue = "true" )
View Source
const (
APIcastOperatorVersionAnnotation = "apicast.apps.3scale.net/operator-version"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIcastLogicReconciler ¶
type APIcastLogicReconciler struct { reconcilers.BaseReconciler APIcastCR *appsv1alpha1.APIcast }
func NewAPIcastLogicReconciler ¶
func NewAPIcastLogicReconciler(b reconcilers.BaseReconciler, cr *appsv1alpha1.APIcast) APIcastLogicReconciler
type APIcastReconciler ¶
type APIcastReconciler struct { reconcilers.BaseControllerReconciler Log logr.Logger SecretLabelSelector apimachinerymetav1.LabelSelector WatchedNamespace string }
APIcastReconciler reconciles a APIcast object
func (*APIcastReconciler) SetupWithManager ¶
func (r *APIcastReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.