workflow.v1alpha1.azureArtifact
"AzureArtifact is the location of a an Azure Storage artifact"
Index
fn withBlob(blob)
fn withContainer(container)
fn withEndpoint(endpoint)
fn withUseSDKCreds(useSDKCreds)
obj accountKeySecret
Fields
fn withBlob
withBlob(blob)
"Blob is the blob name (i.e., path) in the container where the artifact resides"
fn withContainer
withContainer(container)
"Container is the container where resources will be stored"
fn withEndpoint
withEndpoint(endpoint)
"Endpoint is the service url associated with an account. It is most likely \"https://
fn withUseSDKCreds
withUseSDKCreds(useSDKCreds)
"UseSDKCreds tells the driver to figure out credentials based on sdk defaults."
obj accountKeySecret
"SecretKeySelector selects a key of a Secret."
fn accountKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn accountKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn accountKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"