Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.08 KB

File metadata and controls

15 lines (11 loc) · 1.08 KB

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1AzureArtifactRepository

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

Properties

Name Type Description Notes
AccountKeySecret IoK8sApiCoreV1SecretKeySelector [optional]
BlobNameFormat string BlobNameFormat is defines the format of how to store blob names. Can reference workflow variables [optional]
Container string Container is the container where resources will be stored
Endpoint string Endpoint is the service url associated with an account. It is most likely &quot;https://<ACCOUNT_NAME>.blob.core.windows.net&quot;
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]