workflow.v1alpha1.azureArtifactRepository
"AzureArtifactRepository defines the controller configuration for an Azure Blob Storage artifact repository"
Index
fn withBlobNameFormat(blobNameFormat)
fn withContainer(container)
fn withEndpoint(endpoint)
fn withUseSDKCreds(useSDKCreds)
obj accountKeySecret
Fields
fn withBlobNameFormat
withBlobNameFormat(blobNameFormat)
"BlobNameFormat is defines the format of how to store blob names. Can reference workflow variables"
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. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. 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"