Interface KnativeActionBuilder<T extends TestAction,B extends TestActionBuilder<T>>
public interface KnativeActionBuilder<T extends TestAction,B extends TestActionBuilder<T>>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbrokers()Performs action on Knative brokers.channels()Performs action on Knative channels.Use a custom Knative or Kubernetes client.event()Produce and consume events for the Knative broker.Performs action on Knative subscriptions.trigger()Performs action on Knative trigger.
-
Method Details
-
client
Use a custom Knative or Kubernetes client. -
event
KnativeEventActionBuilder event()Produce and consume events for the Knative broker. -
channels
KnativeChannelActionBuilder channels()Performs action on Knative channels. -
subscriptions
KnativeSubscriptionActionBuilder subscriptions()Performs action on Knative subscriptions. -
trigger
KnativeTriggerActionBuilder trigger()Performs action on Knative trigger. -
brokers
KnativeBrokerActionBuilder brokers()Performs action on Knative brokers.
-