workflow.v1alpha1.s3Artifact
"S3Artifact is the location of an S3 artifact"
Index
fn withBucket(bucket)
fn withEndpoint(endpoint)
fn withInsecure(insecure)
fn withKey(key)
fn withRegion(region)
fn withRoleARN(roleARN)
fn withUseSDKCreds(useSDKCreds)
obj accessKeySecret
obj createBucketIfNotPresent
obj secretKeySecret
Fields
fn withBucket
withBucket(bucket)
"Bucket is the name of the bucket"
fn withEndpoint
withEndpoint(endpoint)
"Endpoint is the hostname of the bucket endpoint"
fn withInsecure
withInsecure(insecure)
"Insecure will connect to the service with TLS"
fn withKey
withKey(key)
"Key is the key in the bucket where the artifact resides"
fn withRegion
withRegion(region)
"Region contains the optional bucket region"
fn withRoleARN
withRoleARN(roleARN)
"RoleARN is the Amazon Resource Name (ARN) of the role to assume."
fn withUseSDKCreds
withUseSDKCreds(useSDKCreds)
"UseSDKCreds tells the driver to figure out credentials based on sdk defaults."
obj accessKeySecret
"SecretKeySelector selects a key of a Secret."
fn accessKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn accessKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn accessKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"
obj createBucketIfNotPresent
"CreateS3BucketOptions options used to determine automatic automatic bucket-creation process"
fn createBucketIfNotPresent.withObjectLocking
withObjectLocking(objectLocking)
"ObjectLocking Enable object locking"
obj secretKeySecret
"SecretKeySelector selects a key of a Secret."
fn secretKeySecret.withKey
withKey(key)
"The key of the secret to select from. Must be a valid secret key."
fn secretKeySecret.withName
withName(name)
"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"
fn secretKeySecret.withOptional
withOptional(optional)
"Specify whether the Secret or its key must be defined"