labeler

package
v0.28.1 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 License: Apache-2.0 Imports: 27 Imported by: 9

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 GetListAnnValue added in v0.21.0

func GetListAnnValue(annotations map[string]string, key string) sets.String

GetListAnnValue finds a given value in a comma-separated annotation. returns the entire annotation value and true if found.

func NewController added in v0.9.0

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

NewController wraps a new instance of the labeler that labels Configurations with Routes in a controller.

Types

type Reconciler

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

Reconciler implements controller.Reconciler for Route resources.

func (*Reconciler) FinalizeKind added in v0.13.0

func (rec *Reconciler) FinalizeKind(ctx context.Context, r *v1.Route) pkgreconciler.Event

FinalizeKind removes all Route reference metadata from its traffic targets. This does not modify or observe spec for the Route itself.

func (*Reconciler) ReconcileKind added in v0.13.0

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

ReconcileKind syncs the Route reference metadata to its traffic targets. This does not modify or observe spec for the Route itself.

Jump to

Keyboard shortcuts

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