Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Label to enable Knative Eventing in a Namespace. InjectionLabelKey = "eventing.knative.dev/injection" InjectionEnabledLabelValue = "enabled" InjectionDisabledLabelValue = "disabled" )
Variables ¶
This section is empty.
Functions ¶
func InjectionDisabledLabels ¶
func InjectionEnabledLabels ¶
func InjectionLabelKeys ¶
func InjectionLabelKeys() []string
func OffByDefault ¶
func OnByDefault ¶
Types ¶
type LabelFilterFn ¶
LabelFilterFn defines a function to test if the label set passes the filter.
func LabelFilterFnOrDie ¶
func LabelFilterFnOrDie(ctx context.Context) LabelFilterFn
LabelFilterFnOrDie returns the filter function to use for filtering labels for injection.
Click to show internal directories.
Click to hide internal directories.