Documentation
¶
Index ¶
Constants ¶
View Source
const ( IMAGE_KEY = "K_SOURCE_ADAPTER_IMAGE" SIDECAR_DEFAULT_PORT = 38080 LABEL_NAME = "eventing.knative.dev/inject" ADAPTER_KEY = "cloudevents-adapter" FILTER_KEY = "cloudevents-filter" CE_LABEL_PREFIX = "cloudevents.io/" EVENT_SOURCE_KEY = "source" EVENT_TYPE_KEY = "type" SIDECAR_NAME = "knative-sidecar" PORT_MAX = 1<<16 - 1 )
Variables ¶
This section is empty.
Functions ¶
func ShouldInjectAdapter ¶
ShouldInjectAdapter returns true if the adapter sidecar should be injected and has not already been injected.
Types ¶
type SidecarArgs ¶
Click to show internal directories.
Click to hide internal directories.