Deploys an eventing function.
The name of the eventing function to deploy.
Optional
options: DeployFunctionOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Deletes an eventing function.
The name of the eventing function to delete.
Optional
options: DropFunctionOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Fetches the status of all eventing functions.
Optional
options: FunctionsStatusOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<EventingState>A node-style callback to be invoked after execution.
Fetches all eventing functions.
Optional
options: GetAllFunctionsOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<EventingFunction[]>A node-style callback to be invoked after execution.
Fetches a specific eventing function.
The name of the eventing function to fetch.
Optional
options: GetFunctionOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<EventingFunction>A node-style callback to be invoked after execution.
Pauses an eventing function.
The name of the eventing function to pause.
Optional
options: PauseFunctionOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Resumes an eventing function.
The name of the eventing function to resume.
Optional
options: ResumeFunctionOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Undeploys an eventing function.
The name of the eventing function to undeploy.
Optional
options: DeployFunctionOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
Creates or updates an eventing function.
The description of the eventing function to upsert.
Optional
options: UpsertFunctionOptionsOptional parameters for this operation.
Optional
callback: NodeCallback<void>A node-style callback to be invoked after execution.
EventingFunctionManager provides an interface for managing the eventing functions on the cluster. Uncommitted: This API is subject to change in the future.