events.v1alpha1.openWhiskTrigger
"OpenWhiskTrigger refers to the specification of the OpenWhisk trigger."
Index
fn withActionName(actionName)
fn withHost(host)
fn withNamespace(namespace)
fn withParameters(parameters)
fn withParametersMixin(parameters)
fn withPayload(payload)
fn withPayloadMixin(payload)
fn withVersion(version)
obj authToken
Fields
fn withActionName
withActionName(actionName)
"Name of the action/function."
fn withHost
withHost(host)
"Host URL of the OpenWhisk."
fn withNamespace
withNamespace(namespace)
"Namespace for the action.\nDefaults to \"_\".\n+optional."
fn withParameters
withParameters(parameters)
fn withParametersMixin
withParametersMixin(parameters)
Note: This function appends passed data to existing values
fn withPayload
withPayload(payload)
"Payload is the list of key-value extracted from an event payload to construct the request payload."
fn withPayloadMixin
withPayloadMixin(payload)
"Payload is the list of key-value extracted from an event payload to construct the request payload."
Note: This function appends passed data to existing values
fn withVersion
withVersion(version)
obj authToken
"SecretKeySelector selects a key of a Secret."
fn authToken.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn authToken.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn authToken.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"