 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( // HTTPPortExternal is the port for external availability. HTTPPortExternal = "8080" // HTTPPortInternal is the port for internal availability. HTTPPortInternal = "8081" // HTTPSPortExternal is the port for external HTTPS availability. HTTPSPortExternal = "8443" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController initializes the controller and is called by the generated code Registers eventhandlers to enqueue events
func NewProbeTargetLister ¶
func NewProbeTargetLister(logger *zap.SugaredLogger, endpointsLister corev1listers.EndpointsLister) status.ProbeTargetLister
Types ¶
type Reconciler ¶
type Reconciler struct {
	// contains filtered or unexported fields
}
    Reconciler implements controller.Reconciler for Route resources.
func (*Reconciler) ReconcileKind ¶
func (c *Reconciler) ReconcileKind(ctx context.Context, ingress *v1alpha1.Ingress) pkgreconciler.Event
ReconcileKind implements Interface.ReconcileKind.
 Click to show internal directories. 
   Click to hide internal directories.