route

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2021 License: Apache-2.0 Imports: 59 Imported by: 8

Documentation

Overview

Package route implements a kubernetes controller which tracks Route resource and reconcile Ingress as its child resource.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewController

func NewController(
	ctx context.Context,
	cmw configmap.Watcher,
) *controller.Impl

NewController initializes the controller and is called by the generated code Registers eventhandlers to enqueue events

Types

type Reconciler

type Reconciler struct {
	// contains filtered or unexported fields
}

Reconciler implements controller.Reconciler for Route resources.

func (*Reconciler) GetCertificateLister added in v0.9.0

func (c *Reconciler) GetCertificateLister() networkinglisters.CertificateLister

GetCertificateLister returns the lister for Knative Certificate.

func (*Reconciler) GetNetworkingClient added in v0.16.0

func (c *Reconciler) GetNetworkingClient() netclientset.Interface

GetNetworkingClient returns the client to access networking resources.

func (*Reconciler) ReconcileKind added in v0.13.0

func (c *Reconciler) ReconcileKind(ctx context.Context, r *v1.Route) pkgreconciler.Event

ReconcileKind implements Interface.ReconcileKind.

Directories

Path Synopsis
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Route controller depends.
Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Route controller depends.
Package domains holds simple functions for generating domains.
Package domains holds simple functions for generating domains.
Package resources holds simple functions for synthesizing child resources from a Route resource and any relevant Route controller configuration.
Package resources holds simple functions for synthesizing child resources from a Route resource and any relevant Route controller configuration.
labels
Package labels holds simple functions for working with ObjectMeta labels.
Package labels holds simple functions for working with ObjectMeta labels.
names
Package names holds simple functions for synthesizing resource names.
Package names holds simple functions for synthesizing resource names.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL