Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
    const ( APIcastSecretLabelPrefix = "secret.apicast.apps.3scale.net/" APIcastSecretLabelValue = "true" )
      View Source
      
  const TMP_DEPLOYMENT_NAME = "tmp-upgrade-apicast"
    this name cannot be another apicast deployment which has the pattern "apicast-<CR_NAME>"
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.