events.v1alpha1.artifactLocation
Index
fn withInline(inline)
obj configmap
obj file
obj git
obj resource
obj s3
obj url
Fields
fn withInline
withInline(inline)
obj configmap
"Selects a key from a ConfigMap."
fn configmap.withKey
withKey(key)
"The key to select."
fn configmap.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn configmap.withOptional
withOptional(optional)
"Specify whether the ConfigMap or its key must be defined"
obj file
fn file.withPath
withPath(path)
obj git
fn git.withBranch
withBranch(branch)
fn 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 git.withFilePath
withFilePath(filePath)
fn git.withRef
withRef(ref)
fn git.withSshKeyPath
withSshKeyPath(sshKeyPath)
fn git.withTag
withTag(tag)
fn git.withUrl
withUrl(url)
obj git.creds
obj git.creds.password
"SecretKeySelector selects a key of a Secret."
fn git.creds.password.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn git.creds.password.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn git.creds.password.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj git.creds.username
"SecretKeySelector selects a key of a Secret."
fn git.creds.username.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn git.creds.username.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn git.creds.username.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj git.remote
fn git.remote.withName
withName(name)
"Name of the remote to fetch from."
fn 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 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 git.sshKeySecret
"SecretKeySelector selects a key of a Secret."
fn git.sshKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn git.sshKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn git.sshKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj resource
"Resource represent arbitrary structured data."
fn resource.withValue
withValue(value)
obj s3
fn s3.withEndpoint
withEndpoint(endpoint)
fn s3.withEvents
withEvents(events)
fn s3.withEventsMixin
withEventsMixin(events)
Note: This function appends passed data to existing values
fn s3.withInsecure
withInsecure(insecure)
fn s3.withMetadata
withMetadata(metadata)
fn s3.withMetadataMixin
withMetadataMixin(metadata)
Note: This function appends passed data to existing values
fn s3.withRegion
withRegion(region)
obj s3.accessKey
"SecretKeySelector selects a key of a Secret."
fn s3.accessKey.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn s3.accessKey.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn s3.accessKey.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj s3.bucket
fn s3.bucket.withKey
withKey(key)
fn s3.bucket.withName
withName(name)
obj s3.filter
fn s3.filter.withPrefix
withPrefix(prefix)
fn s3.filter.withSuffix
withSuffix(suffix)
obj s3.secretKey
"SecretKeySelector selects a key of a Secret."
fn s3.secretKey.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn s3.secretKey.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn s3.secretKey.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj url
"URLArtifact contains information about an artifact at an http endpoint."
fn url.withPath
withPath(path)
fn url.withVerifyCert
withVerifyCert(verifyCert)