events.v1alpha1.customTrigger
"CustomTrigger refers to the specification of the custom trigger."
Index
fn withParameters(parameters)
fn withParametersMixin(parameters)
fn withPayload(payload)
fn withPayloadMixin(payload)
fn withSecure(secure)
fn withServerNameOverride(serverNameOverride)
fn withServerURL(serverURL)
fn withSpec(spec)
fn withSpecMixin(spec)
obj certSecret
Fields
fn withParameters
withParameters(parameters)
"Parameters is the list of parameters that is applied to resolved custom trigger trigger object."
fn withParametersMixin
withParametersMixin(parameters)
"Parameters is the list of parameters that is applied to resolved custom trigger trigger object."
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 withSecure
withSecure(secure)
fn withServerNameOverride
withServerNameOverride(serverNameOverride)
"ServerNameOverride for the secure connection between sensor and custom trigger gRPC server."
fn withServerURL
withServerURL(serverURL)
fn withSpec
withSpec(spec)
"Spec is the custom trigger resource specification that custom trigger gRPC server knows how to interpret."
fn withSpecMixin
withSpecMixin(spec)
"Spec is the custom trigger resource specification that custom trigger gRPC server knows how to interpret."
Note: This function appends passed data to existing values
obj certSecret
"SecretKeySelector selects a key of a Secret."
fn certSecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn certSecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn certSecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"