Skip to content

workflow.v1alpha1.azureArtifactRepository

"AzureArtifactRepository defines the controller configuration for an Azure Blob Storage artifact repository"

Index

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://.blob.core.windows.net\

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"