Interface KnativeBrokerActionBuilder
public interface KnativeBrokerActionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCreate broker instance.Delete broker instance.Verify given broker instance is running.
-
Method Details
-
create
Create broker instance.- Parameters:
brokerName- the name of the Knative broker.
-
delete
Delete broker instance.- Parameters:
brokerName- the name of the Knative broker.
-
verify
Verify given broker instance is running.- Parameters:
brokerName- the name of the Knative broker.
-