Documentation ¶
Index ¶
Constants ¶
View Source
const (
AsyncModeAnnotationKey = "async.knative.dev/mode"
)
Variables ¶
This section is empty.
Functions ¶
func MakeK8sService ¶
MakeK8sService constructs a K8s service, that is used to route service to the producer service
func NewController ¶
NewController creates a Reconciler and returns the result of NewImpl.
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 implements Interface.ReconcileKind.
Click to show internal directories.
Click to hide internal directories.