Documentation ¶
Index ¶
- Constants
- func AsDeadLetterSink(createSubscriberFn func(ref *duckv1.KReference, uri string) manifest.CfgFn) *feature.Feature
- func ChannelChain(length int, ...) *feature.Feature
- func ControlPlaneChannel(channelName string) *feature.Feature
- func ControlPlaneConformance(channelName string) *feature.FeatureSet
- func DataPlaneChannel(channelName string) *feature.Feature
- func DataPlaneConformance(channelName string) *feature.FeatureSet
- func DeadLetterSink(createSubscriberFn func(ref *duckv1.KReference, uri string) manifest.CfgFn) *feature.Feature
- func DeadLetterSinkGenericChannel(createSubscriberFn func(ref *duckv1.KReference, uri string) manifest.CfgFn) *feature.Feature
- func EventTransformation() *feature.Feature
- func GoesReady(name string, cfg ...manifest.CfgFn) *feature.Feature
- func ImplGoesReady(name string, cfg ...manifest.CfgFn) *feature.Feature
- func ServiceAccountSubjectAccessReviewAllowedOrFail(ctx context.Context, t feature.T, gvr schema.GroupVersionResource, ...)
- func SingleEventWithEncoding(encoding binding.Encoding) *feature.Feature
- func SubscriptionGoesReady(name string, cfg ...manifest.CfgFn) *feature.Feature
- type EventingClient
Constants ¶
View Source
const (
ChannelableNameKey = "channelableName"
)
Variables ¶
This section is empty.
Functions ¶
func AsDeadLetterSink ¶ added in v0.31.0
func ChannelChain ¶ added in v0.23.0
func ControlPlaneChannel ¶
func ControlPlaneConformance ¶
func ControlPlaneConformance(channelName string) *feature.FeatureSet
func DataPlaneChannel ¶
func DataPlaneConformance ¶
func DataPlaneConformance(channelName string) *feature.FeatureSet
func DeadLetterSink ¶ added in v0.23.0
func DeadLetterSinkGenericChannel ¶ added in v0.27.4
func EventTransformation ¶ added in v0.24.0
func ImplGoesReady ¶
ImplGoesReady returns a feature testing if a channel impl becomes ready.
func ServiceAccountSubjectAccessReviewAllowedOrFail ¶
func ServiceAccountSubjectAccessReviewAllowedOrFail(ctx context.Context, t feature.T, gvr schema.GroupVersionResource, subresource string, saName string, verb string)
TODO: move this to framework?
func SingleEventWithEncoding ¶ added in v0.24.0
Types ¶
type EventingClient ¶
type EventingClient struct { Channels messagingclientsetv1.ChannelInterface ChannelImpl dynamic.ResourceInterface }
func Client ¶
func Client(ctx context.Context) *EventingClient
Click to show internal directories.
Click to hide internal directories.