workflow.v1alpha1.gcsArtifactRepository
"GCSArtifactRepository defines the controller configuration for a GCS artifact repository"
Index
Fields
fn withBucket
withBucket(bucket)
"Bucket is the name of the bucket"
fn withKeyFormat
withKeyFormat(keyFormat)
"KeyFormat defines the format of how to store keys and can reference workflow variables."
obj serviceAccountKeySecret
"SecretKeySelector selects a key of a Secret."
fn serviceAccountKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn serviceAccountKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn serviceAccountKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"