Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Channel is the name of the Channel resource in eventing.knative.dev/v1alpha1.
Channel = "Channel"
)
Variables ¶
This section is empty.
Functions ¶
func IsControlled ¶
func IsControlled(ref *corev1.ObjectReference) bool
IsControlled determines if the in-memory Channel Controller should control (and therefore reconcile) a given object, based on that object's ClusterChannelProvisioner reference.
func ProvideController ¶
func ProvideController(mgr manager.Manager, logger *zap.Logger) (controller.Controller, error)
ProvideController returns an InMemoryChannelProvisioner controller.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.