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 ¶
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
Directories ¶
Path | Synopsis |
---|---|
+k8s:deepcopy-gen=package Package config holds the typed objects that define the schemas for assorted ConfigMap objects on which the Route controller depends.
|
+k8s:deepcopy-gen=package 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. |
Click to show internal directories.
Click to hide internal directories.