# Functions
CreateKnativeServiceTrigger create Knative trigger with Knative Serving Service as a subscriber - default option when Knative Serving is available on the cluster.
CreateServiceTrigger create Knative trigger with arbitrary Kubernetes Service as a subscriber - usually used when no Knative Serving is available on the cluster.
No description provided by the author
No description provided by the author
No description provided by the author
EnableKnativeBindInNamespace sets the "bindings.knative.dev/include=true" label to the namespace, only if there aren't any of these labels bindings.knative.dev/include bindings.knative.dev/exclude in the namespace Returns true if the label was set in the namespace https://knative.dev/docs/eventing/custom-event-source/sinkbinding/create-a-sinkbinding.
ExtractEventType extract the eventType from an event URI.
ExtractObjectReference returns a reference to the object described in the Knative URI.
FillMissingReferenceData returns all possible combinations of ObjectReference that can be obtained by filling the missing fields with known data.
FilterURIs returns all Knative URIs of the given type from a slice.
GetAddressableReference looks up the resource among all given types and returns an object reference to it.
No description provided by the author
GetSinkURL returns the sink as *url.URL.
No description provided by the author
IsEventingInstalled returns true if we are connected to a cluster with Knative Eventing installed.
IsInstalled returns true if we are connected to a cluster with either Knative Serving or Eventing installed.
IsRefKindInstalled returns true if the cluster has the referenced Kind installed.
IsServingInstalled returns true if we are connected to a cluster with Knative Serving installed.
NormalizeToURI produces a Knative uri of the given service type if the argument is a plain string.
# Variables
KnownBrokerKinds are known broker kinds belonging to Knative.
KnownChannelKinds are known channel kinds belonging to Knative.
KnownEndpointKinds are known endpoint kinds belonging to Knative.
# Structs
GroupVersionKindResource --.