Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ContourIngressClassName value for specifying knative's Contour // Ingress reconciler. ContourIngressClassName = "contour.ingress.networking.knative.dev" )
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
NewController returns a new Ingress controller for Project Contour.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler implements controller.Reconciler for Ingress resources.
func (*Reconciler) ReconcileKind ¶
func (r *Reconciler) ReconcileKind(ctx context.Context, ing *v1alpha1.Ingress) reconciler.Event
ReconcileKind reconciles ingress resource.
Directories ¶
Path | Synopsis |
---|---|
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Ingress controller depends.
|
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Ingress controller depends. |
Click to show internal directories.
Click to hide internal directories.