events.v1alpha1.argoWorkflowTrigger
Index
fn withOperation(operation)
fn withParameters(parameters)
fn withParametersMixin(parameters)
obj groupVersionResource
obj source
fn withInline(inline)
obj source.configmap
obj source.file
obj source.git
obj source.resource
obj source.s3
obj source.url
Fields
fn withOperation
withOperation(operation)
fn withParameters
withParameters(parameters)
fn withParametersMixin
withParametersMixin(parameters)
Note: This function appends passed data to existing values
obj groupVersionResource
"+protobuf.options.(gogoproto.goproto_stringer)=false"
fn groupVersionResource.withGroup
withGroup(group)
fn groupVersionResource.withResource
withResource(resource)
fn groupVersionResource.withVersion
withVersion(version)
obj source
fn source.withInline
withInline(inline)
obj source.configmap
"Selects a key from a ConfigMap."
fn source.configmap.withKey
withKey(key)
"The key to select."
fn source.configmap.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn source.configmap.withOptional
withOptional(optional)
"Specify whether the ConfigMap or its key must be defined"
obj source.file
fn source.file.withPath
withPath(path)
obj source.git
fn source.git.withBranch
withBranch(branch)
fn source.git.withCloneDirectory
withCloneDirectory(cloneDirectory)
"Directory to clone the repository. We clone complete directory because GitArtifact is not limited to any specific Git service providers.\nHence we don't use any specific git provider client."
fn source.git.withFilePath
withFilePath(filePath)
fn source.git.withRef
withRef(ref)
fn source.git.withSshKeyPath
withSshKeyPath(sshKeyPath)
fn source.git.withTag
withTag(tag)
fn source.git.withUrl
withUrl(url)
obj source.git.creds
obj source.git.creds.password
"SecretKeySelector selects a key of a Secret."
fn source.git.creds.password.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn source.git.creds.password.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn source.git.creds.password.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj source.git.creds.username
"SecretKeySelector selects a key of a Secret."
fn source.git.creds.username.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn source.git.creds.username.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn source.git.creds.username.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj source.git.remote
fn source.git.remote.withName
withName(name)
"Name of the remote to fetch from."
fn source.git.remote.withUrls
withUrls(urls)
"URLs the URLs of a remote repository. It must be non-empty. Fetch will\nalways use the first URL, while push will use all of them."
fn source.git.remote.withUrlsMixin
withUrlsMixin(urls)
"URLs the URLs of a remote repository. It must be non-empty. Fetch will\nalways use the first URL, while push will use all of them."
Note: This function appends passed data to existing values
obj source.git.sshKeySecret
"SecretKeySelector selects a key of a Secret."
fn source.git.sshKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn source.git.sshKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn source.git.sshKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj source.resource
"Resource represent arbitrary structured data."
fn source.resource.withValue
withValue(value)
obj source.s3
fn source.s3.withEndpoint
withEndpoint(endpoint)
fn source.s3.withEvents
withEvents(events)
fn source.s3.withEventsMixin
withEventsMixin(events)
Note: This function appends passed data to existing values
fn source.s3.withInsecure
withInsecure(insecure)
fn source.s3.withMetadata
withMetadata(metadata)
fn source.s3.withMetadataMixin
withMetadataMixin(metadata)
Note: This function appends passed data to existing values
fn source.s3.withRegion
withRegion(region)
obj source.s3.accessKey
"SecretKeySelector selects a key of a Secret."
fn source.s3.accessKey.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn source.s3.accessKey.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn source.s3.accessKey.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj source.s3.bucket
fn source.s3.bucket.withKey
withKey(key)
fn source.s3.bucket.withName
withName(name)
obj source.s3.filter
fn source.s3.filter.withPrefix
withPrefix(prefix)
fn source.s3.filter.withSuffix
withSuffix(suffix)
obj source.s3.secretKey
"SecretKeySelector selects a key of a Secret."
fn source.s3.secretKey.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn source.s3.secretKey.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn source.s3.secretKey.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj source.url
"URLArtifact contains information about an artifact at an http endpoint."
fn source.url.withPath
withPath(path)
fn source.url.withVerifyCert
withVerifyCert(verifyCert)