Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.55 KB

File metadata and controls

19 lines (15 loc) · 1.55 KB

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1OSSArtifactRepository

OSSArtifactRepository defines the controller configuration for an OSS artifact repository

Properties

Name Type Description Notes
AccessKeySecret IoK8sApiCoreV1SecretKeySelector [optional]
Bucket string Bucket is the name of the bucket [optional]
CreateBucketIfNotPresent bool CreateBucketIfNotPresent tells the driver to attempt to create the OSS bucket for output artifacts, if it doesn't exist [optional]
Endpoint string Endpoint is the hostname of the bucket endpoint [optional]
KeyFormat string KeyFormat defines the format of how to store keys and can reference workflow variables. [optional]
LifecycleRule IoArgoprojWorkflowV1alpha1OSSLifecycleRule [optional]
SecretKeySecret IoK8sApiCoreV1SecretKeySelector [optional]
SecurityToken string SecurityToken is the user's temporary security token. For more details, check out: https://www.alibabacloud.com/help/doc-detail/100624.htm [optional]
UseSDKCreds bool UseSDKCreds tells the driver to figure out credentials based on sdk defaults. [optional]

[Back to Model list] [Back to API list] [Back to README]