Documentation ¶
Overview ¶
Package labeler holds the logic that applies Route labels to Configurations to implement knative/serving#226. We run this as a separate reconciliation because we may choose to relax the 1:N relationship between Route:Configuration in the future.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRouteToConfigurationController ¶
func NewRouteToConfigurationController( ctx context.Context, cmw configmap.Watcher, ) *controller.Impl
NewRouteToConfigurationController wraps a new instance of the labeler that labels Configurations with Routes in a controller.
Types ¶
type Reconciler ¶
type Reconciler struct { *reconciler.Base // contains filtered or unexported fields }
Reconciler implements controller.Reconciler for Route resources.
Click to show internal directories.
Click to hide internal directories.